whoop
This commit is contained in:
parent
2d9cea2952
commit
6bec2f28ca
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue