Revert "Remove the NFS version"

This reverts commit ffa3fc89a9.
Apparently NFS tries to find the correct version but docker-compose doesn't ...
This commit is contained in:
Andreas Zweili 2022-06-09 22:53:57 +02:00
parent ffa3fc89a9
commit ef99f82cb2
7 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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