Compare commits

...

3 Commits

Author SHA1 Message Date
Mario Vitale
74b6afb20a
Merge pull request #144 from JtheBAB/patch-1
Update env.example to latest ESR version
2024-02-02 18:57:18 +01:00
JtheBAB
a0ad9bef52
Update env.example 2024-01-31 16:37:36 +01:00
Claudio Costa
50b14baa2a
Merge pull request #139 from mattermost/support-custom-port
Support custom port for Calls
2023-10-11 08:36:24 -06:00

View File

@ -61,7 +61,8 @@ 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.8
## Update the image tag if you want to upgrade your Mattermost version. You may also upgrade to the latest one. The example is based on the latest Mattermost ESR version.
MATTERMOST_IMAGE_TAG=8.1.9
## 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.