Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Releases: mattermost/mattermost-docker

5.0.0

16 Jun 13:43
Compare
Choose a tag to compare

Changelog is here

4.10.1

03 Jun 14:58
8e9facb
Compare
Choose a tag to compare
Upgrade 4.10.1 (#275)

Changelog is : https://docs.mattermost.com/administration/changelog.html#release-v4-10

4.10.0

16 May 10:12
753dad0
Compare
Choose a tag to compare

Changelog is here

4.9.2

04 May 16:25
2c458d7
Compare
Choose a tag to compare

Changelog is here

4.9.1

28 Apr 11:39
f6d5a6b
Compare
Choose a tag to compare

Changelog is here

4.9.0

15 Apr 18:00
Compare
Choose a tag to compare

This new release introduce some important changes from PR #241 to improve production use of Mattermost with Docker.
There are 2 important changes for existing installations

One important change is that we don't use root user by default to run the Mattermost application. So, as explained on the README, if you use host mounted volume you have to be sure that files on your host have the correct UID/GID (by default, 2000). In practice, you should just run following commands :

mkdir -p ./volumes/app/mattermost/{data,logs,config} 
chown -R 2000:2000 ./volumes/app/mattermost/

The second important change is the port used by Mattermost application container. The default port is now 8000, and existing installations that use port 80 will not work without a little configuration change. You have to open your Mattermost configuration file (./volumes/app/mattermost/config/config.json by default) and change the key ServiceSettings.ListenAddress to :8000.

Changelog for Mattermost 4.9.0 is here

4.8.1

10 Apr 17:25
Compare
Choose a tag to compare

Changelog is here

4.8.0

16 Mar 11:04
Compare
Choose a tag to compare

Changelog is here

4.7.3

09 Mar 18:15
b5b27f8
Compare
Choose a tag to compare

Fix a moderate security issue.

4.7.2

23 Feb 09:17
e895c0d
Compare
Choose a tag to compare

Changelog is here