table of contents
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¶
Mar 2025 |