Merge pull request #726 from tyrann0us/patch-1

Fix typo docker-composer kil
This commit is contained in:
cytopia 2020-09-17 17:28:30 +02:00 committed by GitHub
commit ae4514e1ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ For consecutive startups you can send them into background (``-d``):
host> docker-compose up -d
* If you want to gracefully stop all container, enter ``docker-compose stop``
* If you want to kill all container, enter ``docker-compose kil``
* If you want to kill all container, enter ``docker-compose kill``
* Ensure to run ``docker-compose rm -f`` afterwards