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:
data:
external: true
name: arrapps_data
driver: local
driver_opts:
type: nfs
o: "addr=192.168.2.100,nolock,soft,rw"
device: ":/volume1/nas"
tdarr:
external: true
driver: local
driver_opts:
type: nfs
o: "addr=10.2.1.1,nolock,soft,rw"
device: ":/tdarr"