diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-07 19:15:31 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-07 19:44:36 +0800 |
commit | 91690b59663b89bbc3d8c7febe2b046de1424672 (patch) | |
tree | 7dbd70ca6ede7f03925b371726246cfa327e1e71 /services/templates/docker-compose.yaml.template | |
parent | cb6c8080bc6c6e262a73a8d1c0d21e12ebc3906a (diff) | |
download | crupest-91690b59663b89bbc3d8c7febe2b046de1424672.tar.gz crupest-91690b59663b89bbc3d8c7febe2b046de1424672.tar.bz2 crupest-91690b59663b89bbc3d8c7febe2b046de1424672.zip |
fix(git): public/private repo problem, enable cgit for private.
Diffstat (limited to 'services/templates/docker-compose.yaml.template')
-rw-r--r-- | services/templates/docker-compose.yaml.template | 2 |
1 files changed, 1 insertions, 1 deletions
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: |