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

10 lines
181 B
YAML
Raw Normal View History

services:
app:
image: busybox
command: ["/bin/busybox", "sh", "-c", "env | grep ZZ"]
tmpfs:
- /run
- /tmp
env_file:
- ../env-files/project-1.env