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