File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
1919POSTGRES_DATA_PATH = ${ DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes } /mattermost/psql
2020POSTGRES_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.
3838MATTERMOST_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.
You can’t perform that action at this time.
0 commit comments