mirror of
https://github.com/docker/compose.git
synced 2025-08-25 11:38:18 +02:00
9 lines
143 B
YAML
9 lines
143 B
YAML
dnechild:
|
|
extends:
|
|
file: nonexistent-path-base.yml
|
|
service: dnebase
|
|
image: busybox
|
|
command: /bin/true
|
|
environment:
|
|
- BAR=2
|