mirror of
https://github.com/docker/compose.git
synced 2026-06-30 13:17:32 +00:00
7 lines
No EOL
178 B
YAML
7 lines
No EOL
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 |