diff options
| author | crupest <crupest@outlook.com> | 2022-11-23 15:06:20 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-11-23 15:06:20 +0800 | 
| commit | dd4bc2728ace097b19abd77ec9c2fad0de7917f7 (patch) | |
| tree | ca4a24f330dfad00c2440ea4aaacf7b6aafd5652 /template/docker-compose.yaml.template | |
| parent | 4ada54e108a34d480a5ec7d0735e00426a93ded2 (diff) | |
| download | crupest-dd4bc2728ace097b19abd77ec9c2fad0de7917f7.tar.gz crupest-dd4bc2728ace097b19abd77ec9c2fad0de7917f7.tar.bz2 crupest-dd4bc2728ace097b19abd77ec9c2fad0de7917f7.zip  | |
Fix rclone again.
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 bc05f29..fe87da6 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -112,7 +112,7 @@ services:          - "crupest/auto-backup:latest"      container_name: auto-backup      volumes: -      - "./data:/data:ro" +      - "./data:/data"        - "./rclone.conf:/root/.config/rclone/rclone.conf:ro"      restart: on-failure:3      networks:  | 
