From 21d7185d7fc16009e5f66daf512f862c90fc2956 Mon Sep 17 00:00:00 2001 From: sascha Date: Fri, 1 May 2026 18:28:43 +0200 Subject: [PATCH] feat: mergerfs Bind-Mount statt Docker NFS-Volume --- compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yaml b/compose.yaml index 63b84e3..6a62954 100644 --- a/compose.yaml +++ b/compose.yaml @@ -32,6 +32,9 @@ services: - NVIDIA_VISIBLE_DEVICES=all - TDARR_MODE=both # oder server/node je nach Setup - GPU_VENDOR=nvidia + user: "1000:1000" + tmpfs: + - /temp:uid=1000,gid=1000 image: denix811/tdarr-denix:latest ports: - 0.0.0.0:8265:8265