mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-23 22:39:04 +01:00
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
|
||
|
|