Update database path to use /mnt/tank/persist
This commit is contained in:
parent
e331b028c9
commit
2d4c8f6701
10
stack.yml
10
stack.yml
|
@ -23,11 +23,11 @@ services:
|
||||||
- node.hostname == macmini1
|
- node.hostname == macmini1
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=false"
|
- "traefik.enable=false"
|
||||||
# update_config:
|
update_config:
|
||||||
# order: stop-first
|
order: stop-first
|
||||||
# failure_action: rollback
|
failure_action: rollback
|
||||||
# delay: 0s
|
delay: 0s
|
||||||
# parallelism: 1
|
parallelism: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue