11 lines
120 B
YAML
11 lines
120 B
YAML
version: '3.6'
|
|
|
|
volumes:
|
|
home:
|
|
driver: local
|
|
driver_opts:
|
|
device: /home
|
|
o: bind
|
|
type: none
|
|
|