Listen to less ports
This commit is contained in:
parent
995bb58c6f
commit
f132e137e0
3 changed files with 8 additions and 2 deletions
|
@ -76,7 +76,7 @@ rec {
|
|||
SCRIPT_NAME = "/admin";
|
||||
};
|
||||
env_file = [ secrets."headscale/webui-env".path ];
|
||||
ports = [ "${toString webuiPort}:5000" ];
|
||||
ports = [ "127.0.0.1:${toString webuiPort}:5000" ];
|
||||
volumes = [
|
||||
"/var/lib/headscale/webui:/data"
|
||||
"/etc/headscale:/etc/headscale:ro"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue