parent
65267f21f7
commit
05d7a87306
2 changed files with 8 additions and 7 deletions
|
@ -19,11 +19,14 @@
|
|||
"target": "/media",
|
||||
"volume_options": {
|
||||
"driver_config": {
|
||||
"name": "nfs",
|
||||
"options": {
|
||||
"o": "addr=martinibar.lan,nolock,soft,rw",
|
||||
"device": ":/volume1/docker"
|
||||
}
|
||||
"name": "local",
|
||||
"options": [
|
||||
{
|
||||
"type": "nfs",
|
||||
"o": "addr=martinibar.lan,nolock,soft,rw",
|
||||
"device": ":/volume1/docker"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue