mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-10 16:08:59 +01:00
18472b53ac
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
10 lines
131 B
YAML
10 lines
131 B
YAML
version: '3'
|
|
|
|
services:
|
|
env-test:
|
|
image: busybox
|
|
command: sh -c "export | grep ZZ"
|
|
environment:
|
|
- ZZVAR1=myval1
|
|
|