8 lines
103 B
YAML
8 lines
103 B
YAML
myweb:
|
|
build: '.'
|
|
extends:
|
|
service: web
|
|
command: top
|
|
web:
|
|
build: '.'
|
|
net: "container:db"
|