From 047d0b2c36c059c1c175a70856e59ab2efe2cc75 Mon Sep 17 00:00:00 2001 From: Colton Shaw <46071821+coltoneshaw@users.noreply.github.com> Date: Tue, 11 May 2021 12:41:39 -0400 Subject: [PATCH] Added teams / enterprise --- env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/env.example b/env.example index 4bde732..4e4356e 100644 --- a/env.example +++ b/env.example @@ -53,6 +53,7 @@ MATTERMOST_LOGS_PATH=./volumes/app/mattermost/logs MATTERMOST_PLUGINS_PATH=./volumes/app/mattermost/plugins MATTERMOST_CLIENT_PLUGINS_PATH=./volumes/app/mattermost/client-plugins +## 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=5.34