compose.yaml 112 B

123456
  1. services:
  2. env-interpolation:
  3. image: bash
  4. environment:
  5. IMAGE: ${IMAGE}
  6. command: echo "$IMAGE"