From c63e1cdd046afd3427e8d190ce28049f6fcd7316 Mon Sep 17 00:00:00 2001 From: notplants <@notplants> Date: Mon, 18 May 2026 12:51:20 -0400 Subject: [PATCH] change deploy logic to stop-first instead of start-first --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index a7a8928..a84af49 100644 --- a/compose.yml +++ b/compose.yml @@ -71,7 +71,7 @@ services: deploy: update_config: failure_action: rollback - order: start-first + order: stop-first labels: - "backupbot.backup=${ENABLE_BACKUPS:-true}" - "traefik.enable=true"