Update the plex image

This commit is contained in:
Andreas Zweili 2022-11-08 22:11:38 +01:00
parent 49efe384c2
commit 197845c717
1 changed files with 5 additions and 2 deletions

View File

@ -18,10 +18,13 @@
virtualisation.oci-containers = {
backend = "docker";
containers."plex" = {
image = "plexinc/pms-docker";
autoStart = true;
image = "lscr.io/linuxserver/plex";
environment = {
TZ = "Europe/Zurich";
TZ = " Europe/Zurich ";
PUID = "1000";
PGID = "1000";
VERSION = "docker";
};
environmentFiles = [ config.age.secrets.plexClaim.path ];
volumes = [