mirror of https://github.com/docker/compose.git
7 lines
100 B
YAML
7 lines
100 B
YAML
|
myweb:
|
||
|
build: '.'
|
||
|
extends:
|
||
|
file: valid-common.yml
|
||
|
service: common-config
|
||
|
command: top
|