docker compose stop
Stop services
Usage
docker compose stop [OPTIONS] [SERVICE...]
Description
Stops running containers without removing them. They can be started again with docker compose start
.
Options
Option | Short | Default | Description |
---|---|---|---|
--timeout | -t | Specify a shutdown timeout in seconds |