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 | 627b0b9c4d73e7058dc8f6bfa96dff84e9c23490 (patch) | |
| tree | b83c2131af64026bee1fdc25c88135babc2bec85 | |
| parent | b40b2601e7f0a226cc93109bae24ecf887f874c8 (diff) | |
| download | crupest-627b0b9c4d73e7058dc8f6bfa96dff84e9c23490.tar.gz crupest-627b0b9c4d73e7058dc8f6bfa96dff84e9c23490.tar.bz2 crupest-627b0b9c4d73e7058dc8f6bfa96dff84e9c23490.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  | 
