fixing tdarr

This commit is contained in:
Ingolf Wagner 2023-11-18 15:47:58 +01:00
parent e7edad891f
commit 8204a1baa5
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -23,11 +23,16 @@
PGID = toString config.users.groups.media.gid;
};
ports = [
"8265:8265" # WebUI
"8266:8266" # server port
"127.0.0.1:8265:8265" # WebUI
# "8266:8266" # server port
];
image = "ghcr.io/haveagitgat/tdarr:latest"; # Warning: if the tag does not change, the image will not be updated
#extraOptions = [ "--network=bridge" ];
extraOptions = [
#"--network=bridge"
"--privileged"
#"--gpus=all"
"--device=/dev/dri:/dev/dri"
];
};
};