From 3d3979934da0cfd514a0ef900f0f6fb573ceb917 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 7 Mar 2025 19:15:31 +0800 Subject: fix(git): public/private repo problem, enable cgit for private. --- services/templates/docker-compose.yaml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/templates/docker-compose.yaml.template') diff --git a/services/templates/docker-compose.yaml.template b/services/templates/docker-compose.yaml.template index 3523023..842037b 100644 --- a/services/templates/docker-compose.yaml.template +++ b/services/templates/docker-compose.yaml.template @@ -84,7 +84,7 @@ services: hostname: git-server volumes: - "./@@CRUPEST_DATA_GIT_DIR@@:/git" - - "./@@CRUPEST_GENERATED_DIR@@/cgitrc:/etc/cgitrc:ro" + - "./@@CRUPEST_GENERATED_DIR@@/cgit:/app/cgit" restart: on-failure:3 roundcubemail: -- cgit v1.2.3