aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-23 14:32:24 +0800
committercrupest <crupest@outlook.com>2022-11-23 14:32:24 +0800
commitd02c17d4ee6ea7fd565b2c71d69119b4eccc0c22 (patch)
tree3993e7e387cb1ce1b8dbf3334b07b10d6241b0ce
parent9bad4960ac956ad4bc048309aa388d8b3965f3ab (diff)
downloadcrupest-d02c17d4ee6ea7fd565b2c71d69119b4eccc0c22.tar.gz
crupest-d02c17d4ee6ea7fd565b2c71d69119b4eccc0c22.tar.bz2
crupest-d02c17d4ee6ea7fd565b2c71d69119b4eccc0c22.zip
Fix compose template bug. v1.1
-rw-r--r--template/docker-compose.yaml.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template
index b8befce..c9d4ef6 100644
--- a/template/docker-compose.yaml.template
+++ b/template/docker-compose.yaml.template
@@ -110,7 +110,7 @@ services:
- CRUPEST_AUTO_BACKUP_BUCKET_NAME=${CRUPEST_AUTO_BACKUP_BUCKET_NAME}
tags:
- "crupest/auto-backup:latest"
- container_name: auto-backup
+ container_name: auto-backup
volumes:
- "./data:/data:ro"
- "./rclone.conf:/config/rclone/rclone.conf:ro"