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 | 1956e25d465fcf00af3489839063eae9405c8960 (patch) | |
tree | 40c677f285264a74431170d73a13471ca03b8c6c | |
parent | 841d6a944613afe89f8db8617373a6fe498486b3 (diff) | |
download | crupest-1956e25d465fcf00af3489839063eae9405c8960.tar.gz crupest-1956e25d465fcf00af3489839063eae9405c8960.tar.bz2 crupest-1956e25d465fcf00af3489839063eae9405c8960.zip |
Fix api new config path.
-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 |