Upgrading MM Docker Install

inside the directory where you did install the mattermost do a docker-compose pull to pull the latest mattermost docker image.
Then do
sudo docker-compose -f docker-compose.yml -f docker-compose.without-nginx.yml down && sudo docker-compose -f docker-compose.yml -f docker-compose.without-nginx.yml up -d
That should upgrade you to version 7.7.1

1 Like