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

View File

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