Trial new volume_options spec

This commit is contained in:
Ben Martin 2024-06-15 00:40:10 +01:00
parent 0209743a59
commit 65267f21f7

View file

@ -17,12 +17,13 @@
{ {
"type": "volume", "type": "volume",
"target": "/media", "target": "/media",
"VolumeOptions": { "volume_options": {
"driver": "local", "driver_config": {
"driver_opts": { "name": "nfs",
"type": "nfs", "options": {
"o": "addr=martinibar.lan,nolock,soft,rw", "o": "addr=martinibar.lan,nolock,soft,rw",
"device": ":/volume1/docker" "device": ":/volume1/docker"
}
} }
} }
}, },