removed uneccessary volumes

This commit is contained in:
2025-06-15 22:43:51 +02:00
parent 10c10056d9
commit 85f4a447ca

View File

@@ -66,20 +66,3 @@ services:
- driver: nvidia
count: all
capabilities: [gpu]
#volumes:
# nfs-jellyfin-config:
# driver_opts:
# type: "nfs"
# o: "addr=10.110.10.20,nolock,soft,nfsvers=3"
# device: ":/mnt/fast/configs/jellyfin"
# nfs-torrent-download:
# driver_opts:
# type: "nfs"
# o: "addr=10.110.10.20,nolock,soft,nfsvers=3"
# device: ":/mnt/slow/download"
# nfs-jellyfin-transcode:
# driver_opts:
# type: "nfs"
# o: "addr=10.110.10.20,nolock,soft,nfsvers=3"
# device: ":/mnt/fast/transcode"