Remove the NFS version

The protocol always tries to use the newest and then moves downwards
This commit is contained in:
Andreas Zweili 2022-06-09 22:44:35 +02:00
parent 6a3bb0e495
commit ffa3fc89a9
7 changed files with 12 additions and 12 deletions

View File

@ -27,20 +27,20 @@ volumes:
maildata:
driver_opts:
type: "nfs"
o: "addr=10.7.89.108,nolock,hard,rw,vers=4.1,noatime"
o: "addr=10.7.89.108,nolock,hard,rw,noatime"
device: ":/server_data/docker-mailserver/maildata"
mailstate:
driver_opts:
type: "nfs"
o: "addr=10.7.89.108,nolock,hard,rw,vers=4.1,noatime"
o: "addr=10.7.89.108,nolock,hard,rw,noatime"
device: ":/server_data/docker-mailserver/mailstate"
maillogs:
driver_opts:
type: "nfs"
o: "addr=10.7.89.108,nolock,hard,rw,vers=4.1,noatime"
o: "addr=10.7.89.108,nolock,hard,rw,noatime"
device: ":/server_data/docker-mailserver/maillogs"
config:
driver_opts:
type: "nfs"
o: "addr=10.7.89.108,nolock,hard,rw,vers=4.1,noatime"
o: "addr=10.7.89.108,nolock,hard,rw,noatime"
device: ":/server_data/docker-mailserver/config"

View File

@ -30,5 +30,5 @@ volumes:
gitea_data:
driver_opts:
type: "nfs"
o: "addr=10.7.89.108,nolock,hard,rw,vers=4.1,noatime"
o: "addr=10.7.89.108,nolock,hard,rw,noatime"
device: ":/server_data/gitea/data"

View File

@ -17,5 +17,5 @@ volumes:
grav:
driver_opts:
type: "nfs"
o: "addr=10.7.89.108,nolock,hard,rw,vers=4.1,noatime"
o: "addr=10.7.89.108,nolock,hard,rw,noatime"
device: ":/server_data/grav"

View File

@ -18,5 +18,5 @@ volumes:
heimdall:
driver_opts:
type: "nfs"
o: "addr=10.7.89.108,nolock,hard,rw,vers=4.1,noatime"
o: "addr=10.7.89.108,nolock,hard,rw,noatime"
device: ":/server_data/heimdall"

View File

@ -20,17 +20,17 @@ volumes:
jdownloader_config:
driver_opts:
type: "nfs"
o: "addr=10.7.89.108,nolock,hard,rw,vers=4.1,noatime"
o: "addr=10.7.89.108,nolock,hard,rw,noatime"
device: ":/server_data/jdownloader/config"
jdownloader_logs:
driver_opts:
type: "nfs"
o: "addr=10.7.89.108,nolock,hard,rw,vers=4.1,noatime"
o: "addr=10.7.89.108,nolock,hard,rw,noatime"
device: ":/server_data/jdownloader/logs"
downloads:
driver_opts:
type: "nfs"
o: "addr=10.7.89.108,nolock,hard,rw,vers=4.1,noatime"
o: "addr=10.7.89.108,nolock,hard,rw,noatime"
device: ":/media/downloads"

View File

@ -48,5 +48,5 @@ volumes:
nextcloud_data:
driver_opts:
type: "nfs"
o: "addr=10.7.89.108,nolock,hard,rw,vers=4.1,noatime"
o: "addr=10.7.89.108,nolock,hard,rw,noatime"
device: ":/server_data/nextcloud/data"

View File

@ -17,5 +17,5 @@ volumes:
media:
driver_opts:
type: "nfs"
o: "addr=10.7.89.108,nolock,hard,rw,vers=4.1,noatime"
o: "addr=10.7.89.108,nolock,hard,rw,noatime"
device: ":/media"