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",
"target": "/media",
"VolumeOptions": {
"driver": "local",
"driver_opts": {
"type": "nfs",
"o": "addr=martinibar.lan,nolock,soft,rw",
"device": ":/volume1/docker"
"volume_options": {
"driver_config": {
"name": "nfs",
"options": {
"o": "addr=martinibar.lan,nolock,soft,rw",
"device": ":/volume1/docker"
}
}
}
},