mirror of https://github.com/docker/compose.git
7 lines
138 B
YAML
7 lines
138 B
YAML
|
simple:
|
||
|
image: busybox:latest
|
||
|
command: sh -c "echo hello && tail -f /dev/null"
|
||
|
another:
|
||
|
image: busybox:latest
|
||
|
command: /bin/false
|