mirror of
https://github.com/docker/compose.git
synced 2026-09-05 01:49:14 +00:00
6 lines
137 B
YAML
6 lines
137 B
YAML
simple:
|
|
image: busybox:latest
|
|
command: sh -c "echo hello && sleep 200"
|
|
another:
|
|
image: busybox:latest
|
|
command: sh -c "echo test"
|