Added removing instructions

This commit is contained in:
Colton Shaw 2021-05-11 12:43:46 -04:00 committed by GitHub
parent 047d0b2c36
commit 220fbb1fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,3 +114,16 @@ If you want to have a different version of Mattermost installed you will need to
- You can find a list of the Mattermost version tags here: [enterprise-edition](https://hub.docker.com/r/mattermost/mattermost-enterprise-edition/tags?page=1&ordering=last_updated) / [team-edition](https://hub.docker.com/r/mattermost/mattermost-team-edition/tags?page=1&ordering=last_updated).
3. `sudo docker-compose down`
4. `sudo docker-compose up -d`
# Removing The Docker Containers
Remove the containers
```
docker-compose stop && docker-compose rm
```
Remove the data and settings of your Mattermost instance
```
sudo rm -rf volumes
```