From 4f23d3880d49fc9797f19f3886a459ab1540d5b9 Mon Sep 17 00:00:00 2001 From: sroepges <47949518+sroepges@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:42:42 +0200 Subject: [PATCH] fix: update mattermost image tag and add default port --- templates/compose/mattermost.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/compose/mattermost.yaml b/templates/compose/mattermost.yaml index ce3e09531..b750aa6fd 100644 --- a/templates/compose/mattermost.yaml +++ b/templates/compose/mattermost.yaml @@ -2,10 +2,11 @@ # documentation: https://docs.mattermost.com # slogan: Mattermost is an open source, self-hosted Slack-alternative. # tags: mattermost,slack,alternative +# port: 8065 services: mattermost: - image: mattermost/mattermost-team-edition:9 + image: mattermost/mattermost-team-edition:release-9 volumes: - mattermost-data:/mattermost environment: