mirror of
https://github.com/docker/compose.git
synced 2025-08-16 23:28:12 +02:00
6 lines
112 B
YAML
6 lines
112 B
YAML
services:
|
|
env-interpolation:
|
|
image: bash
|
|
environment:
|
|
IMAGE: ${IMAGE}
|
|
command: echo "$IMAGE" |