docs: Update docker compose kill usage

Signed-off-by: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
This commit is contained in:
Jan Brasna 2024-08-02 19:42:23 +02:00 committed by Nicolas De loof
parent ea4ccf639d
commit 1601ead7bc
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example:
```console
$ docker-compose kill -s SIGINT
$ docker compose kill -s SIGINT
```
### Options
@ -23,5 +23,5 @@ $ docker-compose kill -s SIGINT
Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example:
```console
$ docker-compose kill -s SIGINT
$ docker compose kill -s SIGINT
```

View File

@ -4,7 +4,7 @@ long: |-
Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example:
```console
$ docker-compose kill -s SIGINT
$ docker compose kill -s SIGINT
```
usage: docker compose kill [OPTIONS] [SERVICE...]
pname: docker compose