diff --git a/compose.yaml b/compose.yaml index cab05c1..46859d9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -65,21 +65,4 @@ services: devices: - 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" \ No newline at end of file + capabilities: [gpu] \ No newline at end of file