9 lines
108 B
YAML
9 lines
108 B
YAML
myweb:
|
|
build: '.'
|
|
extends:
|
|
service: web
|
|
command: top
|
|
web:
|
|
build: '.'
|
|
volumes_from:
|
|
- "db"
|