mirror of
https://github.com/docker/compose.git
synced 2025-08-20 17:18:14 +02:00
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
|