diff options
author | crupest <crupest@outlook.com> | 2022-11-23 20:19:36 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-23 20:19:36 +0800 |
commit | 107f3df43a2c56ad145ef5f9d5bb8bbf736253dd (patch) | |
tree | b83c2131af64026bee1fdc25c88135babc2bec85 | |
parent | a0b7748ac5f559314ffb56a2169c5ee901ef7596 (diff) | |
download | crupest-107f3df43a2c56ad145ef5f9d5bb8bbf736253dd.tar.gz crupest-107f3df43a2c56ad145ef5f9d5bb8bbf736253dd.tar.bz2 crupest-107f3df43a2c56ad145ef5f9d5bb8bbf736253dd.zip |
Fix coscli. v3.0
-rw-r--r-- | template/docker-compose.yaml.template | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index bb8ac3f..4f6d438 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -115,8 +115,7 @@ services: - "crupest/auto-backup:latest" container_name: auto-backup volumes: - - "./data:/data" - - "./coscli-config.yaml:/root/.cos.yaml:ro" + - "./data:/data:ro" restart: on-failure:3 networks: - internal |