mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
problem accessing http://localhost:3000 #333
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mmuhammadeuss on GitHub (Feb 21, 2024).
Hi TEAM
I use Windows 10 and here are the actions taken:
1.Download and install Docker Desktop from Docker's official website: ok
2.Download the latest version from https://ollama.com/: ok
3.After installing Ollama, check if it's working by visiting http://127.0.0.1:11434/ in web browser: ok
4.Download the docker open-webui image: ok
5.Start a docker container based on the open-webui image
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/ open-webui/open-webui:main: ok
6. Access via http://localhost:3000: problem at this level because I cannot access the web interface
error message: Connection failed Firefox cannot establish a connection with the server at localhost:3000
how to resolve this?
@jannikstdl commented on GitHub (Feb 21, 2024):
Can you access ollama under
http://localhost:11434/?Try port forwarding on another port like
docker run -d -p 3333:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main@bunt-oxide commented on GitHub (Feb 21, 2024):
I experienced the same problem with the last update.
@jannikstdl commented on GitHub (Feb 21, 2024):
@tjbck works as espected with the latest version on my machine
@bunt-oxide commented on GitHub (Feb 21, 2024):
It was my firewall.
@mmuhammadeuss commented on GitHub (Feb 21, 2024):
@jannikstdl thank you for your support
error message: Connection failed Firefox cannot establish a connection with the server at localhost:3333
Note that I disabled my firewall
please how to resolve this?
@bunt-oxide commented on GitHub (Feb 21, 2024):
Take a look at your log, you might find the cause.