Updated the changes

This commit is contained in:
Colton Shaw 2021-05-27 09:50:00 -04:00 committed by GitHub
parent 220fbb1fde
commit 5b40a4d768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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