add update section to the readme
This commit is contained in:
parent
7b478061f1
commit
ddd1363360
11
README.md
11
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
|
||||
|
Reference in New Issue
Block a user