From 7126e04e11df96e739662ec48b1af0a1759d5d1f Mon Sep 17 00:00:00 2001 From: feldjaeger Date: Sat, 21 Mar 2026 16:29:26 +0100 Subject: [PATCH] Change Docker image and modify environment variables Updated image and configuration options in compose.yaml. --- compose.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index fb40ac9..7a06596 100644 --- a/compose.yaml +++ b/compose.yaml @@ -25,12 +25,14 @@ services: - webUIPort=8265 - internalNode=true - inContainer=true - - ffmpegVersion=7 + #- ffmpegVersion=7 - nodeName=tdarr - nodeID=tdarr - NVIDIA_DRIVER_CAPABILITIES=all - NVIDIA_VISIBLE_DEVICES=all - image: ghcr.io/haveagitgat/tdarr:latest + - TDARR_MODE=both # oder server/node je nach Setup + - GPU_VENDOR=nvidia + image: denix811/tdarr-denix:latest ports: - 0.0.0.0:8265:8265 - 8266:8266