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

#22 Fix readme typo error.
This commit is contained in:
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

View File

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