docker compose stop web

Category: Docker

docker compose stop web

Stop a single service's containers

Stops the web service containers gracefully while leaving them and their data intact, so docker compose start brings them back quickly. Without a service argument, every service stops. Add -t to tune the shutdown grace period.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.