From 85f4a447cad39b3b36f8c2334a978442c000e003 Mon Sep 17 00:00:00 2001 From: Croft Date: Sun, 15 Jun 2025 22:43:51 +0200 Subject: [PATCH] removed uneccessary volumes --- compose.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) 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