mirror of https://github.com/docker/compose.git
10 lines
143 B
YAML
10 lines
143 B
YAML
|
version: '2.2'
|
||
|
services:
|
||
|
web:
|
||
|
image: busybox
|
||
|
command: top
|
||
|
scale: 2
|
||
|
db:
|
||
|
image: busybox
|
||
|
command: top
|