From 9a852d50fc59f845e890383ae5cf4b1b2b3c5ddf Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 28 Oct 2025 12:29:22 +0200 Subject: [PATCH] Update env.example --- env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env.example b/env.example index e1dd7ed..2a156a4 100644 --- a/env.example +++ b/env.example @@ -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=14-alpine POSTGRES_DATA_PATH=./volumes/db/var/lib/postgresql/data POSTGRES_USER=mmuser @@ -63,7 +63,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 ## 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=10.5.2 +MATTERMOST_IMAGE_TAG=10.11.4 ## 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.