fix(ollama web ui): fix port collision
This commit is contained in:
parent
98168f28b3
commit
a5ce041d8c
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
{
|
{
|
||||||
services.nextjs-ollama-llm-ui.enable = true;
|
services.nextjs-ollama-llm-ui = {
|
||||||
|
enable = true;
|
||||||
|
port = 3112;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue