mirror of https://github.com/docker/compose.git
6 lines
66 B
YAML
6 lines
66 B
YAML
|
db:
|
||
|
image: busybox
|
||
|
volumes:
|
||
|
- ./foo:/foo
|
||
|
- ./bar:/bar
|