mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #3778] Open for local network PCs? #52047
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 @aaronbychen on GitHub (Jul 11, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3778
Hi, I'm using windows and running ollama on wsl and open webui on docker of wsl. Now http://localhost:8080/ works fine.
I installed using this command on wsl "docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:main"
Is it possible that I can expose a port so other PCs that connect to the same local network can access to open webui? I've tried for a long time and it's a bit confusing for me. Thank you!