mirror of https://github.com/docker/compose.git
18 lines
461 B
Markdown
18 lines
461 B
Markdown
# docker compose stop
|
|
|
|
<!---MARKER_GEN_START-->
|
|
Stop services
|
|
|
|
### Options
|
|
|
|
| Name | Type | Default | Description |
|
|
|:------------------|:------|:--------|:--------------------------------------|
|
|
| `-t`, `--timeout` | `int` | `10` | Specify a shutdown timeout in seconds |
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
## Description
|
|
|
|
Stops running containers without removing them. They can be started again with `docker compose start`.
|