From 16f489fd8d44b5f5aba52020a56bdb40b33c56ad Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 11 Jan 2024 21:12:32 -0300 Subject: [PATCH] chore: publish 0.3.4+8.1.8 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index b1b9326..36ffebd 100644 --- a/compose.yml +++ b/compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: app: - image: mattermost/mattermost-team-edition:8.1.7 + image: mattermost/mattermost-team-edition:8.1.8 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=0.3.3+8.1.7" + - "coop-cloud.${STACK_NAME}.version=0.3.4+8.1.8" - "backupbot.backup=true" - "backupbot.backup.path=/mattermost,/etc/ssl" configs: