From f2d2cf7c88ad446d47a96f947637f844b0b9d0d1 Mon Sep 17 00:00:00 2001 From: knoflook Date: Thu, 30 Oct 2025 17:38:49 +0100 Subject: [PATCH] chore: publish 2.0.7+10.5.14 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index b8e0b7c..7e4e5c5 100644 --- a/compose.yml +++ b/compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: app: - image: mattermost/mattermost-team-edition:10.5.12 + image: mattermost/mattermost-team-edition:10.5.14 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.0.6+10.5.12" + - "coop-cloud.${STACK_NAME}.version=2.0.7+10.5.14" - "backupbot.backup=true" - "backupbot.backup.path=/mattermost,/etc/ssl" configs: