diff options
author | crupest <crupest@outlook.com> | 2022-11-30 19:24:51 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-30 19:24:51 +0800 |
commit | 40d0ee944cad0b861988824f3b82f8757b1a2032 (patch) | |
tree | 40c677f285264a74431170d73a13471ca03b8c6c /template/docker-compose.yaml.template | |
parent | 2c7db65ebe8314e153e2d273f7f74a12d328e650 (diff) | |
download | crupest-40d0ee944cad0b861988824f3b82f8757b1a2032.tar.gz crupest-40d0ee944cad0b861988824f3b82f8757b1a2032.tar.bz2 crupest-40d0ee944cad0b861988824f3b82f8757b1a2032.zip |
Fix api new config path.
Diffstat (limited to 'template/docker-compose.yaml.template')
-rw-r--r-- | template/docker-compose.yaml.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 083911d..ac02d91 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -75,7 +75,7 @@ services: - "crupest/crupest-api:latest" container_name: crupest-api volumes: - - "./crupest-api-config.json:/config.json:ro" + - "./crupest-api-config.json:/crupest-api-config.json:ro" networks: - crupest-api-network |