#22 Fix readme typo error.

pull/23/head
Victor Yang 2021-08-14 16:06:49 +08:00
parent fc0327a13b
commit a7c493abce
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
```