mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-11 09:11:47 +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
|
|
|