]> prime8.dev >> repos - p8d.git/commitdiff
Fix directories
authorDamian Myrda <monkey.damianek@gmail.com>
Wed, 18 Sep 2024 00:24:37 +0000 (19:24 -0500)
committerDamian Myrda <monkey.damianek@gmail.com>
Wed, 18 Sep 2024 00:24:37 +0000 (19:24 -0500)
compose.yml

index 8c7a6c50b58987a15730426269ef6e06a666a02e..3c7d08173682e444ab0302b6c475f686ad6607e6 100644 (file)
@@ -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