compose/docs/reference/compose_stop.md
Sebastiaan van Stijn 42710b7c43 docs: also generate "usage" in MarkDown files
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-09 14:40:35 +01:00

364 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.