mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-25 09:23:31 +01:00
10 lines
171 B
YAML
10 lines
171 B
YAML
|
services:
|
||
|
app:
|
||
|
image: busybox
|
||
|
command: ["/bin/busybox", "sh", "-c", "env | grep ZZ"]
|
||
|
tmpfs:
|
||
|
- /run
|
||
|
- /tmp
|
||
|
environment:
|
||
|
ZZVAR1: $ZZVAR1
|