advertise & noauth for plex
This commit is contained in:
parent
8ef09cc9e6
commit
14975aa509
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ in
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
TZ = "America/Chicago";
|
TZ = "America/Chicago";
|
||||||
# PLEX_ADVERTISE_URL = "https://${app}.hsn.dev";
|
PLEX_ADVERTISE_URL = "https://10.1.1.61:32400";
|
||||||
PLEX_NO_AUTH_NETWORKS = "10.1.1.0/24,10.1.2.0/24";
|
PLEX_NO_AUTH_NETWORKS = "10.1.1.0/24";
|
||||||
};
|
};
|
||||||
|
|
||||||
ports = [ "${toString port}:${toString port}" ]; # expose port
|
ports = [ "${toString port}:${toString port}" ]; # expose port
|
||||||
|
|
Loading…
Reference in a new issue