diff --git a/docs/reference/compose_kill.md b/docs/reference/compose_kill.md index e3f9e4fb3..0b6c1d05f 100644 --- a/docs/reference/compose_kill.md +++ b/docs/reference/compose_kill.md @@ -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 ``` diff --git a/docs/reference/docker_compose_kill.yaml b/docs/reference/docker_compose_kill.yaml index b6d533482..fbffcc9cb 100644 --- a/docs/reference/docker_compose_kill.yaml +++ b/docs/reference/docker_compose_kill.yaml @@ -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