forked from extern/podman-compose
9 lines
234 B
YAML
9 lines
234 B
YAML
version: "3.7"
|
|
services:
|
|
variables:
|
|
image: busybox
|
|
command: ["/bin/busybox", "sh", "-c", "export | grep EXAMPLE"]
|
|
environment:
|
|
EXAMPLE_COLON_QUESTION_ERROR: ${NOT_A_VARIABLE:?Missing variable}
|
|
|