table of contents
other versions
- testing 2.26.1-4
- unstable 2.26.1-4
- experimental 2.26.1-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¶
Feb 2025 |