mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-26 18:03:43 +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
|
|
|