mirror of
https://github.com/docker/compose.git
synced 2026-06-27 19:53:28 +00:00
docker-compose scale modified to reuse code between up and scale Signed-off-by: Joffrey F <joffrey@docker.com>
9 lines
143 B
YAML
9 lines
143 B
YAML
version: '2.2'
|
|
services:
|
|
web:
|
|
image: busybox
|
|
command: top
|
|
scale: 2
|
|
db:
|
|
image: busybox
|
|
command: top
|