diff --git a/README.md b/README.md index 1cbb26d..9f5ffb7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The following instructions deploy Mattermost in a production configuration using ### Database -make sure to set the appropriate values for `MM_USERNAME`, `MM_PASSWORD` and `MM_DBNAME` +Make sure to set the appropriate values for `MM_USERNAME`, `MM_PASSWORD` and `MM_DBNAME`. ### Install with SSL certificate @@ -51,6 +51,15 @@ make sure to set the appropriate values for `MM_USERNAME`, `MM_PASSWORD` and `MM docker-compose stop +### Update + +Make sure to backup Mattermost data before proceeding. + + docker-compose down + git pull + docker-compose build + docker-compose up -d + ## Removing ### Remove the containers