This commit is contained in:
Nathan McCarty 2023-04-09 11:51:25 -04:00
parent 2d9cea2952
commit 6bec2f28ca
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 5 additions and 5 deletions

View File

@ -69,11 +69,11 @@
"plex" = { "plex" = {
image = "lscr.io/linuxserver/plex:latest"; image = "lscr.io/linuxserver/plex:latest";
environment = { environment = {
PUID = 1000; "PUID" = 1000;
PGID = 1000; "PGID" = 1000;
TZ = "America/New_York"; "TZ" = "America/New_York";
VERSION = "latest"; "VERSION" = "latest";
PLEX_CLAIM = "claim-1VxZPrsgYWGPxeiKvuMe"; "PLEX_CLAIM" = "claim-1VxZPrsgYWGPxeiKvuMe";
}; };
ports = [ ports = [
"32400:32400" "32400:32400"