mirror of https://github.com/docker/compose.git
6 lines
88 B
YAML
6 lines
88 B
YAML
|
myweb:
|
||
|
build: '.'
|
||
|
extends:
|
||
|
file: 'valid-composite-extends.yml'
|
||
|
service: web
|