mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #22520] feat: Bundled Ollama not exposing port #19731
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 @q20 on GitHub (Mar 10, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22520
Check Existing Issues
Verify Feature Scope
Problem Description
Deployed with ghcr.io/open-webui/open-webui:ollama
nmap shows a single port open, the open-webui port 8080
I expect to see Ollama's port (11434) exposed.
Desired Solution you'd like
Allow us to expose the Ollama port. I have tried
-p 11434:11434, but nmap reveals 8080 is still the only active port.I can find nothing in docs describing how to achieve this.
Alternatives Considered
No response
Additional Context
No response
@q20 commented on GitHub (Mar 10, 2026):
I think i have misunderstood interactions with Ollama. Here you have documented how to interact with open-webui via API, which is what I wanted to achieve:
https://docs.openwebui.com/reference/api-endpoints
I'll leave this here in case another palooka like myself asks the same question.