From a1e057ed15cca2e40cf586d0818654a334babffb Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Tue, 17 Sep 2024 19:24:37 -0500 Subject: [PATCH] Fix directories --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 8c7a6c5..3c7d081 100644 --- a/compose.yml +++ b/compose.yml @@ -67,13 +67,13 @@ services: environment: - CGIT_HOSTNAME=git.prime8.dev - CGIT_SUBPATH= - - CGIT_REPODIR=/git/ + - CGIT_REPODIR=/home/git/repos/ ports: - "22" expose: - "80" volumes: - - ./git/:/git/ + - ./git/:/home/git/ - /etc/ssh:/ssh/ networks: - common -- 2.43.4