mirror of https://github.com/docker/compose.git
7 lines
112 B
YAML
7 lines
112 B
YAML
|
simple:
|
||
|
image: busybox:latest
|
||
|
command: echo simple
|
||
|
another:
|
||
|
image: busybox:latest
|
||
|
command: echo another
|