From 5b40a4d768a9c01680170d90aab79a2d74683391 Mon Sep 17 00:00:00 2001 From: Colton Shaw <46071821+coltoneshaw@users.noreply.github.com> Date: Thu, 27 May 2021 09:50:00 -0400 Subject: [PATCH] Updated the changes --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 991c12b..957c352 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,11 @@ To update Mattermost to the latest version in this repo run the below commands. ``` sudo docker-compose down git pull -docker-compose up -d + +## Based on what you followed in step 6 +docker-compose -f docker-compose.yml -f docker-compose.nginx.yml up -d +## OR +docker-compose -f docker-compose.yml -f docker-compose.without-nginx.yml up -d ``` # Installing different versions of Mattermost @@ -120,7 +124,7 @@ If you want to have a different version of Mattermost installed you will need to Remove the containers ``` -docker-compose stop && docker-compose rm +docker-compose down ``` Remove the data and settings of your Mattermost instance