From 0e849106892fd0bcb3bec4f23be26541f03c87f6 Mon Sep 17 00:00:00 2001 From: sascha Date: Fri, 1 May 2026 18:28:40 +0200 Subject: [PATCH] feat: mergerfs Bind-Mount statt Docker NFS-Volume --- compose.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/compose.yaml b/compose.yaml index 078f479..7e2a4d6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -17,10 +17,10 @@ services: - NVIDIA_VISIBLE_DEVICES=all volumes: - /app-config/jellyfin:/config - - data:/data/ + - /mnt/media:/data ports: - 9096:8096 - restart: unless-stopped + restart: always networks: - jellyfin_network devices: @@ -36,11 +36,3 @@ services: - driver: nvidia count: all capabilities: [gpu] -volumes: - data: - name: emby_data - driver: local - driver_opts: - device: :/volume1/nas - o: addr=192.168.6.100,nolock,hard,rw,rsize=1048576,wsize=1048576,noatime,nodiratime,nfsvers=4,acregmin=10,acregmax=60,acdirmin=60,acdirmax=600 - type: nfs