fix: example backup entrypoint

This commit is contained in:
2023-02-20 00:22:48 +09:00
parent 4980670450
commit d43b5e08e6
+2 -4
View File
@@ -68,10 +68,8 @@ services:
- app
backup:
#restart: always
command:
- echo 'backup is disabled'
#- crond -f -L /dev/stdout
restart: "no"
entrypoint: ["echo", "backup is disabled"]
volumes:
- type: bind
source: ~/dev_sam/backup