From 2a5cf1c8823f2172dccf446139e8b6899c452121 Mon Sep 17 00:00:00 2001 From: sascha Date: Fri, 1 May 2026 18:28:39 +0200 Subject: [PATCH] feat: mergerfs Bind-Mount statt Docker NFS-Volume --- compose.yaml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/compose.yaml b/compose.yaml index d79a5ae..577064b 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,7 +10,7 @@ services: volumes: - /app-config/emby:/config - /app-config/emby_backup:/backup - - data:/data + - /mnt/media:/data tmpfs: - /tmp:size=128G,mode=1777 environment: @@ -19,7 +19,7 @@ services: - PGID=1000 - NVIDIA_DRIVER_CAPABILITIES=all - NVIDIA_VISIBLE_DEVICES=all - restart: unless-stopped + restart: always ports: - 8096:8096 networks: @@ -37,14 +37,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