update backup entrypoint
This commit is contained in:
@@ -58,8 +58,7 @@ services:
|
||||
build: ./backup
|
||||
restart: "no"
|
||||
#restart: always
|
||||
command:
|
||||
- echo 'backup is disabled'
|
||||
#command:
|
||||
#- crond -f -L /dev/stdout
|
||||
volumes:
|
||||
- hidche:/var/www/html:ro
|
||||
|
||||
@@ -69,11 +69,10 @@ services:
|
||||
|
||||
backup:
|
||||
restart: "no"
|
||||
entrypoint: ["echo", "backup is disabled"]
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ~/dev_sam/backup
|
||||
target: /var/backup
|
||||
#- type: bind
|
||||
# source: ~/dev_sam/backup
|
||||
# target: /var/backup
|
||||
- type: bind
|
||||
read_only: true
|
||||
source: ~/dev_sam/app
|
||||
|
||||
Reference in New Issue
Block a user