change deploy logic to stop-first instead of start-first

This commit is contained in:
notplants
2026-05-18 12:51:20 -04:00
parent 989294173e
commit c63e1cdd04
+1 -1
View File
@@ -71,7 +71,7 @@ services:
deploy: deploy:
update_config: update_config:
failure_action: rollback failure_action: rollback
order: start-first order: stop-first
labels: labels:
- "backupbot.backup=${ENABLE_BACKUPS:-true}" - "backupbot.backup=${ENABLE_BACKUPS:-true}"
- "traefik.enable=true" - "traefik.enable=true"