2021-03-08 15:47:24 +01:00
|
|
|
command: docker compose stop
|
|
|
|
short: Stop services
|
2021-09-13 17:41:21 +02:00
|
|
|
long: |
|
2022-07-26 14:58:08 +02:00
|
|
|
Stops running containers without removing them. They can be started again with `docker compose start`.
|
2022-08-02 13:11:57 +02:00
|
|
|
usage: docker compose stop [OPTIONS] [SERVICE...]
|
2021-03-08 15:47:24 +01:00
|
|
|
pname: docker compose
|
|
|
|
plink: docker_compose.yaml
|
|
|
|
options:
|
2022-07-26 14:58:08 +02:00
|
|
|
- option: timeout
|
|
|
|
shorthand: t
|
|
|
|
value_type: int
|
|
|
|
default_value: "10"
|
|
|
|
description: Specify a shutdown timeout in seconds
|
|
|
|
deprecated: false
|
|
|
|
hidden: false
|
|
|
|
experimental: false
|
|
|
|
experimentalcli: false
|
|
|
|
kubernetes: false
|
|
|
|
swarm: false
|
2021-03-08 15:47:24 +01:00
|
|
|
deprecated: false
|
|
|
|
experimental: false
|
|
|
|
experimentalcli: false
|
|
|
|
kubernetes: false
|
|
|
|
swarm: false
|
|
|
|
|