Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldnt acess the localhost port 3000 #110

Open
s1lverex opened this issue Apr 30, 2024 · 2 comments
Open

Couldnt acess the localhost port 3000 #110

s1lverex opened this issue Apr 30, 2024 · 2 comments
Labels
question Further information is requested

Comments

@s1lverex
Copy link

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 s1lverex added the question Further information is requested label Apr 30, 2024
@m047m3d
Copy link

m047m3d commented May 16, 2024

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'

@Arnaud3013
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants