mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
383 B
383 B
description, keywords, title
| description | keywords | title |
|---|---|---|
| Sets the number of containers to run for a service. | fig, composition, compose, docker, orchestration, cli, scale | docker-compose scale |
Usage: scale [SERVICE=NUM...]
Sets the number of containers to run for a service.
Numbers are specified as arguments in the form service=num. For example:
$ docker-compose scale web=2 worker=3