compose/tests/fixtures/scale/docker-compose.yml
Joffrey F c8a7891cc8 Implement --scale option on up command, allow scale config in v2.2 format
docker-compose scale modified to reuse code between up and scale

Signed-off-by: Joffrey F <joffrey@docker.com>
2017-04-21 14:49:04 -07:00

9 lines
143 B
YAML

version: '2.2'
services:
web:
image: busybox
command: top
scale: 2
db:
image: busybox
command: top