mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-25 09:23:31 +01:00
18472b53ac
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
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
|