From: Damian Myrda Date: Wed, 18 Sep 2024 00:22:58 +0000 (-0500) Subject: Remove subpath X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=ba8ac1eea22344d64eeb1bea9718ac755c7f8c61;p=p8d.git Remove subpath --- diff --git a/compose.yml b/compose.yml index a7c6629..8c7a6c5 100644 --- a/compose.yml +++ b/compose.yml @@ -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