From 220fbb1fde297a50344aeca1dc6d8bdbacae7b2d Mon Sep 17 00:00:00 2001 From: Colton Shaw <46071821+coltoneshaw@users.noreply.github.com> Date: Tue, 11 May 2021 12:43:46 -0400 Subject: [PATCH] Added removing instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a43a167..991c12b 100644 --- a/README.md +++ b/README.md @@ -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 +```