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