From 287886d525e3a99833ad24b2f6b8fa15629a5a50 Mon Sep 17 00:00:00 2001 From: streamer45 Date: Tue, 20 Jun 2023 15:56:47 -0600 Subject: [PATCH 1/2] Expose TCP port for Calls --- docker-compose.without-nginx.yml | 1 + docker-compose.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/docker-compose.without-nginx.yml b/docker-compose.without-nginx.yml index 0179358..4e9bf5b 100644 --- a/docker-compose.without-nginx.yml +++ b/docker-compose.without-nginx.yml @@ -5,3 +5,4 @@ services: ports: - ${APP_PORT}:8065 - ${CALLS_PORT}:8443/udp + - ${CALLS_PORT}:8443/tcp diff --git a/docker-compose.yml b/docker-compose.yml index 2f0745f..e50d7a9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -61,6 +61,7 @@ services: - MM_SERVICESETTINGS_SITEURL ports: - ${CALLS_PORT}:8443/udp + - ${CALLS_PORT}:8443/tcp # If you use rolling image tags and feel lucky watchtower can automatically pull new images and # instantiate containers from it. https://containrrr.dev/watchtower/ From e31e65ffea2e7b4d0e4cbe0cf5d3daa62c8e362e Mon Sep 17 00:00:00 2001 From: streamer45 Date: Tue, 20 Jun 2023 16:05:59 -0600 Subject: [PATCH 2/2] Bump MM image version to latest ESR --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index 006d683..bf20dc8 100644 --- a/env.example +++ b/env.example @@ -61,7 +61,7 @@ MM_BLEVESETTINGS_INDEXDIR=/mattermost/bleve-indexes ## This will be 'mattermost-enterprise-edition' or 'mattermost-team-edition' based on the version of Mattermost you're installing. MATTERMOST_IMAGE=mattermost-enterprise-edition -MATTERMOST_IMAGE_TAG=7.1 +MATTERMOST_IMAGE_TAG=7.8 ## Make Mattermost container readonly. This interferes with the regeneration of root.html inside the container. Only use ## it if you know what you're doing.