LLocalSearch icon indicating copy to clipboard operation
LLocalSearch copied to clipboard

Couldnt acess the localhost port 3000

Open s1lverex opened this issue 9 months ago • 2 comments

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?

s1lverex avatar Apr 30 '24 05:04 s1lverex

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'

m047m3d avatar May 16 '24 09:05 m047m3d

and after changing port, don't forget to update your docker -> docker-compose up -d

Arnaud3013 avatar Aug 26 '24 01:08 Arnaud3013