Merge pull request #23 from cobenash/bugfix/issue-22

#22 Fix readme typo error.
pull/25/head
Marco 2021-08-16 11:28:10 +02:00 committed by GitHub
commit 2623e65088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ If you want to have a different version of Mattermost installed you will need to
Remove the containers
```
sudo docker-compose -f docker-compose.yml -f docker-compose.nginx.ymp down
sudo docker-compose -f docker-compose.yml -f docker-compose.nginx.yml down
# OR
sudo docker-compose -f docker-compose.yml -f docker-compose.without-nginx.yml down
```