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" = {
image = "lscr.io/linuxserver/plex:latest";
environment = {
PUID = 1000;
PGID = 1000;
TZ = "America/New_York";
VERSION = "latest";
PLEX_CLAIM = "claim-1VxZPrsgYWGPxeiKvuMe";
"PUID" = 1000;
"PGID" = 1000;
"TZ" = "America/New_York";
"VERSION" = "latest";
"PLEX_CLAIM" = "claim-1VxZPrsgYWGPxeiKvuMe";
};
ports = [
"32400:32400"