Merge pull request #108 from quentinus95/patch-1
add update section to the readme
This commit is contained in:
commit
1a967e8bf3
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