mirror of
https://github.com/docker/compose.git
synced 2026-06-25 18:48:47 +00:00
6 lines
117 B
YAML
6 lines
117 B
YAML
simple:
|
|
image: busybox:latest
|
|
command: /bin/sleep 300
|
|
another:
|
|
image: busybox:latest
|
|
command: /bin/sleep 300
|