compose/docs/reference/compose_stop.md
aevesdocker 9631a49daa ENGDOCS-1764
Signed-off-by: aevesdocker <allie.sadler@docker.com>
2023-10-31 10:40:48 +00:00

542 B

docker compose stop

Stop services.

Options

Name Type Default Description
--dry-run Execute command in dry run mode
-t, --timeout int 0 Specify a shutdown timeout in seconds

Description

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