mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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
.