fix: example backup entrypoint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user