mirror of https://github.com/docker/compose.git
13 lines
145 B
YAML
13 lines
145 B
YAML
|
foo:
|
||
|
image: busybox
|
||
|
bar:
|
||
|
image: busybox
|
||
|
web:
|
||
|
extends:
|
||
|
file: circle-2.yml
|
||
|
service: web
|
||
|
baz:
|
||
|
image: busybox
|
||
|
quux:
|
||
|
image: busybox
|