mirror of https://github.com/docker/compose.git
7 lines
89 B
YAML
7 lines
89 B
YAML
|
db:
|
||
|
extends:
|
||
|
file: common/services.yml
|
||
|
service: db
|
||
|
volumes:
|
||
|
- ./bar:/bar
|