fix: example backup entrypoint
This commit is contained in:
@@ -68,10 +68,8 @@ services:
|
|||||||
- app
|
- app
|
||||||
|
|
||||||
backup:
|
backup:
|
||||||
#restart: always
|
restart: "no"
|
||||||
command:
|
entrypoint: ["echo", "backup is disabled"]
|
||||||
- echo 'backup is disabled'
|
|
||||||
#- crond -f -L /dev/stdout
|
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ~/dev_sam/backup
|
source: ~/dev_sam/backup
|
||||||
|
|||||||
Reference in New Issue
Block a user