From 65e8718063c27fed1fd495fa5a8656d90533d91f Mon Sep 17 00:00:00 2001 From: f Date: Tue, 19 May 2026 10:43:38 -0300 Subject: [PATCH] fix: stop the running container first coop-cloud/gitea#53 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index ab6b78e..35cdbfc 100644 --- a/compose.yml +++ b/compose.yml @@ -73,7 +73,7 @@ services: deploy: update_config: failure_action: rollback - order: start-first + order: stop-first labels: - "backupbot.backup=${ENABLE_BACKUPS:-true}" - "traefik.enable=true"