Back to Compose

docker compose stop

docs/reference/compose_stop.md

5.1.3633 B
Original Source

docker compose stop

<!---MARKER_GEN_START-->

Stops running containers without removing them. They can be started again with docker compose start.

Options

NameTypeDefaultDescription
--dry-runboolExecute command in dry run mode
-t, --timeoutint0Specify a shutdown timeout in seconds
<!---MARKER_GEN_END-->

Description

Stops running containers without removing them. They can be started again with docker compose start.