chore: upgrade to 3.1.0+2.4.0

This commit is contained in:
notplants
2026-06-02 05:29:51 +00:00
committed by notplants
parent 728618890a
commit 0463312007
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ services:
- db
db:
image: mariadb:12.2
image: mariadb:12.3
environment:
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password
- MYSQL_PASSWORD_FILE=/run/secrets/db_password

View File

@ -27,7 +27,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=4.0.0+2.4.0"
- "coop-cloud.${STACK_NAME}.version=3.1.0+2.4.0"
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
healthcheck:
test: "curl -L localhost:3001"