From 8b7ed8142e6a492fb107141a163bbec1107bb979 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 14 Jan 2026 12:22:05 +0100 Subject: [PATCH] chore: publish 13.0.1+32.0.3-fpm release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 806ff8c..5abf1de 100644 --- a/compose.yml +++ b/compose.yml @@ -41,7 +41,7 @@ services: - "caddy.reverse_proxy={{upstreams 80}}" - "caddy.tls.on_demand=" healthcheck: - test: ["CMD-SHELL", 'curl -s -N curl -Ns localhost/status.php | grep "installed\":true"'] + test: ["CMD-SHELL", "curl -fsS http://localhost/status.php | grep -q '\"installed\":true'"] interval: 30s timeout: 10s retries: 10 @@ -95,7 +95,7 @@ services: failure_action: rollback order: start-first labels: - - "coop-cloud.${STACK_NAME}.version=13.0.0+32.0.3-fpm" + - "coop-cloud.${STACK_NAME}.version=13.0.1+32.0.3-fpm" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}" - "backupbot.backup=${ENABLE_BACKUPS:-true}" - "backupbot.backup.volumes.redis=false"