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