mirror of https://github.com/docker/compose.git
9 lines
103 B
YAML
9 lines
103 B
YAML
|
myweb:
|
||
|
build: '.'
|
||
|
extends:
|
||
|
service: web
|
||
|
command: top
|
||
|
web:
|
||
|
build: '.'
|
||
|
net: "container:db"
|