Daniel Nephin 59d4f304ee Run pre-commit on all files
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2015-08-24 17:04:50 -04:00

464 B

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