From 8c4d88b20c65934726d3c977796264e9e2fae359 Mon Sep 17 00:00:00 2001 From: Javielico Date: Mon, 26 Aug 2024 18:25:45 +0100 Subject: [PATCH] chore: publish 6.1.3+v1.111.1 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index e89e29c..3685aeb 100644 --- a/compose.yml +++ b/compose.yml @@ -35,7 +35,7 @@ services: retries: 20 app: - image: "matrixdotorg/synapse:v1.111.0" + image: "matrixdotorg/synapse:v1.111.1" volumes: - "data:/data" secrets: @@ -91,7 +91,7 @@ services: restart_policy: condition: on-failure labels: - - "coop-cloud.${STACK_NAME}.version=6.1.2+v1.111.0" + - "coop-cloud.${STACK_NAME}.version=6.1.3+v1.111.1" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8008/health"]