Fix typo docker-composer kil

This commit is contained in:
Philipp Bammes 2020-09-17 13:47:21 +02:00 committed by GitHub
parent 3556873f19
commit 0d1fe20cc4
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