mirror of
https://github.com/docker/compose.git
synced 2026-07-06 16:36:27 +00:00
6 lines
145 B
YAML
6 lines
145 B
YAML
simple:
|
|
image: busybox:latest
|
|
command: sh -c "echo hello && tail -f /dev/null"
|
|
another:
|
|
image: busybox:latest
|
|
command: sh -c "echo test"
|