fix(ollama web ui): fix port collision

This commit is contained in:
Filippo Berto 2025-11-03 17:44:12 +01:00
parent 98168f28b3
commit a5ce041d8c
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -1,3 +1,6 @@
{ {
services.nextjs-ollama-llm-ui.enable = true; services.nextjs-ollama-llm-ui = {
enable = true;
port = 3112;
};
} }