mirror of https://github.com/docker/compose.git
9 lines
128 B
YAML
9 lines
128 B
YAML
|
version: 2
|
||
|
services:
|
||
|
simple:
|
||
|
image: busybox:latest
|
||
|
command: top
|
||
|
another:
|
||
|
image: busybox:latest
|
||
|
command: top
|