mirror of https://github.com/docker/compose.git
4 lines
88 B
YAML
4 lines
88 B
YAML
|
simple:
|
||
|
image: busybox:latest
|
||
|
command: sh -c "echo a && echo b && echo c && echo d"
|