diff --git a/compose.yml b/compose.yml index 883aefa..7a76782 100644 --- a/compose.yml +++ b/compose.yml @@ -61,7 +61,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=3.9.0+v1.87.0" + - "coop-cloud.${STACK_NAME}.version=3.9.1+v1.87.0" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8008/health"]