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?
Originally created by @mmuhammadeuss on GitHub (Feb 21, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/829
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?
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
<!-- gh-comment-id:1956571934 -->
@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`
Try port forwarding on another port like 3333: same problem, cannot access
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?
<!-- gh-comment-id:1956789553 -->
@mmuhammadeuss commented on GitHub (Feb 21, 2024):
@jannikstdl thank you for your support
1. ollama under http://localhost:11434 : **ok**
2. ollama under http://127.0.0.1:11434 : **ok**
3. Try port forwarding on another port like 3333: **same problem, cannot access**
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?
Take a look at your log, you might find the cause.
Docker Desktop > Containers > open-webui
<!-- gh-comment-id:1956815055 -->
@bunt-oxide commented on GitHub (Feb 21, 2024):
Take a look at your log, you might find the cause.
> Docker Desktop > Containers > open-webui
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @mmuhammadeuss on GitHub (Feb 21, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/829
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.