mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-13 10:10:51 +01:00
b202a09501
Fixes: https://github.com/containers/podman-compose/issues/897 Signed-off-by: Alexandre Germain <nihilivin@gmail.com>
12 lines
252 B
YAML
12 lines
252 B
YAML
services:
|
|
app:
|
|
image: busybox
|
|
command: ["/bin/busybox", "sh", "-c", "env | grep ZZ"]
|
|
tmpfs:
|
|
- /run
|
|
- /tmp
|
|
env_file:
|
|
- path: ../env-files/project-1.env
|
|
- path: ../env-files/project-2.env
|
|
required: false
|