mirror of https://github.com/docker/compose.git
7 lines
110 B
YAML
7 lines
110 B
YAML
|
myweb:
|
||
|
extends:
|
||
|
file: nested-intermediate.yml
|
||
|
service: webintermediate
|
||
|
environment:
|
||
|
- "BAR=2"
|