podman-compose/tests/integration/env-file-tests/project/container-compose.yaml

10 lines
171 B
YAML
Raw Normal View History

services:
app:
image: busybox
command: ["/bin/busybox", "sh", "-c", "env | grep ZZ"]
tmpfs:
- /run
- /tmp
environment:
ZZVAR1: $ZZVAR1