mirror of https://github.com/docker/compose.git
10 lines
135 B
YAML
10 lines
135 B
YAML
|
db:
|
||
|
image: busybox:latest
|
||
|
command: top
|
||
|
web:
|
||
|
image: busybox:latest
|
||
|
command: top
|
||
|
console:
|
||
|
image: busybox:latest
|
||
|
command: top
|