From ba8ac1eea22344d64eeb1bea9718ac755c7f8c61 Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Tue, 17 Sep 2024 19:22:58 -0500 Subject: [PATCH] Remove subpath --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.43.4