Update .env

upgrade image tag
This commit is contained in:
LRVT 2023-11-28 13:56:44 +01:00 committed by GitHub
parent 9c68f884df
commit 0bcf774a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,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. ## 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=mattermost-enterprise-edition
MATTERMOST_IMAGE_TAG=7.8 MATTERMOST_IMAGE_TAG=release-9.3
## Make Mattermost container readonly. This interferes with the regeneration of root.html inside the container. Only use ## 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. ## it if you know what you're doing.