mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
Listening IPv6 #3343
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 @ljcbaby on GitHub (Jan 22, 2025).
Is your feature request related to a problem? Please describe.
I use IPv6 ULA to connect pods on Docker。
Describe the solution you'd like
try to find where set 0.0.0.0
Describe alternatives you've considered
change files inside image
Additional context
set Uvicorn Host from "0.0.0.0" to None to listening dual stack.