table of contents
other versions
- trixie 2.26.1-4
- testing 2.26.1-4
- unstable 2.32.4-3
- experimental 2.32.4-2
| DOCKER-COMPOSE-STOP(1) | DOCKER-COMPOSE-STOP(1) |
NAME¶
docker-compose-stop - Stop services
SYNOPSIS¶
docker compose stop [OPTIONS] [SERVICE...]
DESCRIPTION¶
Stops running containers without removing them. They can be started again with docker compose start.
OPTIONS¶
-h, --help[=false] help for stop
-t, --timeout=0 Specify a shutdown timeout in seconds
OPTIONS INHERITED FROM PARENT COMMANDS¶
--dry-run[=false] Execute command in dry run mode
SEE ALSO¶
| Oct 2025 |