Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 461 Bytes

compose_stop.md

File metadata and controls

17 lines (10 loc) · 461 Bytes

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.