From 27ee7922f356d221414f5be581ecaf6ce0586405 Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Tue, 17 Sep 2024 19:31:27 -0500 Subject: [PATCH] Fix cgit --- compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 3c7d081..8a513d6 100644 --- a/compose.yml +++ b/compose.yml @@ -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 -- 2.43.4