compose/docs/reference/compose_stop.md
Laura Brehm 8a3248d0cd
Update documentation
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
2022-12-29 13:32:16 +00:00

461 B

docker compose stop

Stop services

Options

Name Type Default Description
-t, --timeout int 10 Specify a shutdown timeout in seconds

Description

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