5 lines
78 B
YAML
5 lines
78 B
YAML
services:
|
|
service-a:
|
|
image: busybox
|
|
command: ["sh", "-c", "exit 1"]
|