mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
[PR #380] [CLOSED] Add documentation to connection-error.mdx on using host.docker.internal #460
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/380
Author: @wsargent
Created: 2/1/2025
Status: ❌ Closed
Base:
main← Head:patch-1📝 Commits (1)
ad6205cAdd documentation to connection-error.mdx on using host.docker.internal📊 Changes
1 file changed (+26 additions, -7 deletions)
View changed files
📝
docs/troubleshooting/connection-error.mdx(+26 -7)📄 Description
Using
network=hosthere is not necessary, and is confusing because the standard port number changes.This is also relevant to https://github.com/open-webui/open-webui?tab=readme-ov-file#troubleshooting but I'm not adding changes there as any review should come here first. :-)
I think that part of the problem is that Docker Desktop handles this automatically (or at least people have reported that), while Docker Engine requires the --add-hosts flag (although this may have changed in recent versions).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.