podman-compose/tests/env-tests/container-compose.yml

10 lines
131 B
YAML
Raw Normal View History

2021-05-06 00:17:01 +02:00
version: '3'
services:
env-test:
image: busybox
command: sh -c "export | grep ZZ"
environment:
- ZZVAR1=myval1