Use update config for zero down time
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-06-30 12:42:08 +02:00
parent 15fa760f42
commit 60b30efc36

View File

@ -29,8 +29,9 @@ services:
retries: 10
start_period: 30s
deploy:
restart_policy:
condition: on-failure
update_config:
failure_action: rollback
order: start-first
labels:
- "traefik.enable=true"
- "traefik.docker.network=proxy"