You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the port 3000 is probably used by ollama(or other app), so, you should change it in the docker-compose.yaml file in ports: -'3000:80'
to something example like ports: -'3300:80'
I have an ongoing connection to open web ui on localhost 3000. Is there a way to change the default port of llocal search without getting the error?
The text was updated successfully, but these errors were encountered: