docker compose scale web=3

Category: Docker

docker compose scale web=3

Scale a service to three replicas

Changes the replica count of the web service to 3, starting or stopping containers as needed. Superseded by docker compose up --scale but still supported. New replicas share the same image and configuration as the first.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.