diff options
author | crupest <crupest@outlook.com> | 2024-11-03 20:42:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-11-03 20:43:08 +0800 |
commit | acb7588cfe390576db6c1c8f648f6f837e89df9c (patch) | |
tree | 6719538d3e7c3483d89ad3c68ca319638ebd7ad3 /template/docker-compose.yaml.template | |
parent | 2f5a6d7d6d96cfc43a3f48734f797768f7af94b6 (diff) | |
download | crupest-acb7588cfe390576db6c1c8f648f6f837e89df9c.tar.gz crupest-acb7588cfe390576db6c1c8f648f6f837e89df9c.tar.bz2 crupest-acb7588cfe390576db6c1c8f648f6f837e89df9c.zip |
fix(forgejo): make generated config file as init.
Diffstat (limited to 'template/docker-compose.yaml.template')
-rw-r--r-- | template/docker-compose.yaml.template | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 18b9b32..48921bb 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -172,7 +172,6 @@ services: - USER_UID=1000 - USER_GID=1000 volumes: - - ./forgejo.app.ini:/data/gitea/conf/app.ini - ./data/forgejo:/data - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro |