Only bind to local ports.

This commit is contained in:
Nolan Darilek 2025-04-24 14:59:23 -05:00
parent 557be818da
commit c657a2c301
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ in
virtualisation.oci-containers.containers.open-webui = {
image = "ghcr.io/open-webui/open-webui:main";
ports = [
"8090:8080"
"127.0.0.1:8090:8080"
];
volumes = [ "/var/lib/open-webui:/app/backend/data" ];
environment = {