NFS4 Anpassung

This commit is contained in:
borgal
2024-06-17 21:04:48 +02:00
parent 035c359b63
commit 435e83f123
11 changed files with 52 additions and 24 deletions

View File

@@ -24,7 +24,7 @@ volumes:
name: backup
driver: local
driver_opts:
type: nfs
type: nfs4
o: addr=${NFS_SERVER},rw
device: ":${PFAD}"
@@ -32,6 +32,6 @@ volumes:
name: Immich
driver: local
driver_opts:
type: nfs
type: nfs4
o: addr=${NFS_SERVER},rw
device: ":${PFAD2}"