Files
docker-docs/compose/reference/scale.md
Gaetan 2ea564166d fix type of keywords entry in frontmatter (in /compose/ dir) (#481)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-07 13:18:56 -08:00

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