NFS-Mounts in compose.yaml sichtbar gemacht (statt externen Volumes)

This commit is contained in:
feldjaeger 2026-05-01 16:36:58 +02:00
parent 127eea3973
commit 414b1ed3ad

View file

@ -219,7 +219,14 @@ services:
volumes: volumes:
data: data:
external: true driver: local
name: arrapps_data driver_opts:
type: nfs
o: "addr=192.168.2.100,nolock,soft,rw"
device: ":/volume1/nas"
tdarr: tdarr:
external: true driver: local
driver_opts:
type: nfs
o: "addr=10.2.1.1,nolock,soft,rw"
device: ":/tdarr"