diff --git a/compose.yml b/compose.yml index f3cf793..6ee78f1 100644 --- a/compose.yml +++ b/compose.yml @@ -27,7 +27,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=5.0.4+v1.100.0" + - "coop-cloud.${STACK_NAME}.version=5.0.5+1.25.3" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" healthcheck: test: curl -f http://synapse:8008/health || exit 1