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

index a7c6629210474eb8d3c603e58523c9208bf7e62d..8c7a6c50b58987a15730426269ef6e06a666a02e 100644 (file)
@@ -66,14 +66,14 @@ services:
     image: woahbase/alpine-cgit:latest
     environment:
       - CGIT_HOSTNAME=git.prime8.dev
-      - CGIT_SUBPATH=/
+      - CGIT_SUBPATH=
+      - CGIT_REPODIR=/git/
     ports:
       - "22"
     expose:
       - "80"
     volumes:
-      - ./git/:/home/git/
-      - ./git/repos/:/home/git/repositories/
+      - ./git/:/git/
       - /etc/ssh:/ssh/
     networks:
       - common