mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
docker run binds on 0.0.0.0 instead of localhost #1381
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 @szuecs on GitHub (Jun 26, 2024).
Not sure if you want to have this as feature or bug. :)
For security reasons it makes more sense to have the local installation default to bind on 127.0.0.1 with hostnetwork, such that 127.0.0.1 works.
Maybe Mac will have an issue with this config but linux will work.