web: use start-first update to minimize downtime during rolling updates
This commit is contained in:
parent
0562c13630
commit
377ba39bac
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ services:
|
|||
replicas: 1
|
||||
update_config:
|
||||
parallelism: 1
|
||||
order: stop-first
|
||||
order: start-first
|
||||
failure_action: rollback
|
||||
restart_policy:
|
||||
condition: any
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue