mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-29 03:15:06 +01:00
18472b53ac
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
9 lines
227 B
YAML
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}
|
|
|