summaryrefslogtreecommitdiff
path: root/Omni/Dev/Beryllium/OpenWebui.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Dev/Beryllium/OpenWebui.nix')
-rw-r--r--Omni/Dev/Beryllium/OpenWebui.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Dev/Beryllium/OpenWebui.nix b/Omni/Dev/Beryllium/OpenWebui.nix
index 7b95331..dccba8b 100644
--- a/Omni/Dev/Beryllium/OpenWebui.nix
+++ b/Omni/Dev/Beryllium/OpenWebui.nix
@@ -7,7 +7,7 @@ in {
volumes = ["/var/lib/open-webui:/app/backend/data"];
environment = {
OLLAMA_BASE_URL = "http://127.0.0.1:${toString ports.ollama}";
- PORT = ports.open-webui;
+ PORT = toString ports.open-webui;
};
extraOptions = ["--network=host"];
};