9 lines
106 B
YAML
9 lines
106 B
YAML
myweb:
|
|
build: '.'
|
|
extends:
|
|
service: web
|
|
command: top
|
|
web:
|
|
build: '.'
|
|
links:
|
|
- "mydb:db"
|