mirror of https://github.com/docker/compose.git
10 lines
108 B
YAML
10 lines
108 B
YAML
|
myweb:
|
||
|
build: '.'
|
||
|
extends:
|
||
|
service: web
|
||
|
command: top
|
||
|
web:
|
||
|
build: '.'
|
||
|
volumes_from:
|
||
|
- "db"
|