podman-compose/tests/interpolation/docker-compose-question-error.yml
2021-05-06 00:44:46 +03:00

9 lines
227 B
YAML

version: "3.7"
services:
variables:
image: busybox
command: ["/bin/busybox", "sh", "-c", "export | grep EXAMPLE"]
environment:
EXAMPLE_QUESTION_ERROR: ${NOT_A_VARIABLE?Missing variable}