mirror of
https://github.com/docker/compose.git
synced 2025-08-16 15:18:12 +02:00
7 lines
178 B
YAML
7 lines
178 B
YAML
services:
|
|
empty-variable:
|
|
build:
|
|
context: .
|
|
image: empty-variable
|
|
environment:
|
|
- EMPTY # expect to propagate value from user's env OR unset in container |