switched to linuxserver plex image with hardware acc support

This commit is contained in:
Aly Raffauf 2024-03-12 18:19:54 -04:00
parent 275ba1e161
commit af3f185379

View file

@ -27,13 +27,16 @@
};
plex-server = {
ports = ["0.0.0.0:32400:32400"];
image = "plexinc/pms-docker:public";
image = "linuxserver/plex:latest";
environment = { TZ = "America/New_York"; };
volumes = [
"plex_config:/config"
"plex_transcode:/transcode"
"/mnt/Media:/Media"
];
extraOptions = [
"--device=/dev/dri:/dev/dri"
];
};
transmission-server = {
ports = ["0.0.0.0:9091:9091" "0.0.0.0:51413:51413"];