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