mirror of https://github.com/docker/compose.git
7 lines
113 B
YAML
7 lines
113 B
YAML
|
services:
|
||
|
env-interpolation:
|
||
|
image: bash
|
||
|
environment:
|
||
|
IMAGE: ${IMAGE}
|
||
|
command: echo "$IMAGE"
|