mirror of
https://github.com/docker/compose.git
synced 2025-07-31 01:24:15 +02:00
Contributors can build public docs with compose docs in context (cherry picked from commit 487eae3b7b1e36d037a8fdcf181fdf1bbf9c40cc) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
510 B
510 B
stop
Usage: stop [options] [SERVICE...]
Options:
-t, --timeout TIMEOUT Specify a shutdown timeout in seconds (default: 10).
Stops running containers without removing them. They can be started again with
docker-compose start
.