mirror of https://github.com/docker/compose.git
8 lines
147 B
YAML
8 lines
147 B
YAML
|
services:
|
||
|
should_fail:
|
||
|
image: alpine
|
||
|
command: ls /does_not_exist
|
||
|
sleep: # will be killed
|
||
|
image: alpine
|
||
|
command: ping localhost
|