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