mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
chore: upgrade mattermost
This commit is contained in:
parent
6d8cd7a1a6
commit
836a6fba97
|
@ -14,7 +14,7 @@ RESTART_POLICY=unless-stopped
|
|||
## Please keep in mind this will create a superuser and it's recommended to use a less privileged
|
||||
## user to connect to the database.
|
||||
## A guide on how to change the database user to a nonsuperuser can be found in docs/creation-of-nonsuperuser.md
|
||||
POSTGRES_IMAGE_TAG=13-alpine
|
||||
POSTGRES_IMAGE_TAG=16-alpine
|
||||
#POSTGRES_DATA_PATH=./volumes/db/var/lib/postgresql/data
|
||||
POSTGRES_DATA_PATH=${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/mattermost/psql
|
||||
POSTGRES_USER=mmuser
|
||||
|
@ -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.
|
||||
MATTERMOST_IMAGE=mattermost-enterprise-edition
|
||||
MATTERMOST_IMAGE_TAG=release-9.3
|
||||
MATTERMOST_IMAGE_TAG=release-9.11
|
||||
|
||||
## 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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user