Skip to content

Commit 836a6fb

Browse files
authored
chore: upgrade mattermost
1 parent 6d8cd7a commit 836a6fb

File tree

1 file changed

+2
-2
lines changed
  • examples/mattermost

1 file changed

+2
-2
lines changed

examples/mattermost/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RESTART_POLICY=unless-stopped
1414
## Please keep in mind this will create a superuser and it's recommended to use a less privileged
1515
## user to connect to the database.
1616
## A guide on how to change the database user to a nonsuperuser can be found in docs/creation-of-nonsuperuser.md
17-
POSTGRES_IMAGE_TAG=13-alpine
17+
POSTGRES_IMAGE_TAG=16-alpine
1818
#POSTGRES_DATA_PATH=./volumes/db/var/lib/postgresql/data
1919
POSTGRES_DATA_PATH=${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/mattermost/psql
2020
POSTGRES_USER=mmuser
@@ -36,7 +36,7 @@ MM_BLEVESETTINGS_INDEXDIR=/mattermost/bleve-indexes
3636

3737
## This will be 'mattermost-enterprise-edition' or 'mattermost-team-edition' based on the version of Mattermost you're installing.
3838
MATTERMOST_IMAGE=mattermost-enterprise-edition
39-
MATTERMOST_IMAGE_TAG=release-9.3
39+
MATTERMOST_IMAGE_TAG=release-9.11
4040

4141
## Make Mattermost container readonly. This interferes with the regeneration of root.html inside the container. Only use
4242
## it if you know what you're doing.

0 commit comments

Comments
 (0)