From 815bdd3f01604216172ece94dae9f4ee95a09d1f Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Thu, 19 Sep 2024 12:43:33 -0500 Subject: [PATCH] Change gitolite config location --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index afcab6a..1339596 100644 --- a/compose.yml +++ b/compose.yml @@ -66,6 +66,7 @@ services: image: jgiannuzzi/gitolite env_file: ./git/env volumes: + - ./git/.gitolite.rc:/etc/gitolite/gitolite.rc:ro - ./git/:/var/lib/git/ - ./git/.ssh/keys/:/etc/ssh/keys/ ports: -- 2.43.4