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

index 3c7d08173682e444ab0302b6c475f686ad6607e6..8a513d66d5427395173b225368324cef9d5c1c28 100644 (file)
@@ -66,15 +66,16 @@ services:
     image: woahbase/alpine-cgit:latest
     environment:
       - CGIT_HOSTNAME=git.prime8.dev
-      - CGIT_SUBPATH=
+      - CGIT_SUBPATH="/"
       - CGIT_REPODIR=/home/git/repos/
     ports:
       - "22"
     expose:
       - "80"
     volumes:
-      - ./git/:/home/git/
+      - ./git/cgitrc:/etc/cgitrc
       - /etc/ssh:/ssh/
+      - ./git/repos/:/home/git/repos/
     networks:
       - common
     restart: always