docker compose stop
| Description | 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 | Default | Description |
|---|---|---|
-t, --timeout | Specify a shutdown timeout in seconds |