mirror of https://github.com/docker/compose.git
8 lines
142 B
YAML
8 lines
142 B
YAML
|
dnechild:
|
||
|
extends:
|
||
|
file: nonexistent-path-base.yml
|
||
|
service: dnebase
|
||
|
image: busybox
|
||
|
command: /bin/true
|
||
|
environment:
|
||
|
- BAR=2
|