From cc4f9ca71fbca7c8e0735f66dbbd64029805cdc4 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Tue, 2 Jun 2026 04:40:23 +0000 Subject: [PATCH] chore: upgrade to 2.1.11+10.11.19 --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 83a010f..2957cb4 100644 --- a/compose.yml +++ b/compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: app: - image: mattermost/mattermost-team-edition:10.11.18 + image: mattermost/mattermost-team-edition:10.11.19 environment: - TZ - MM_SQLSETTINGS_DRIVERNAME=postgres @@ -28,7 +28,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=2.1.10+10.11.18" + - "coop-cloud.${STACK_NAME}.version=2.1.11+10.11.19" - "backupbot.backup=true" - "backupbot.backup.path=/mattermost,/etc/ssl" configs: