[PR #380] [CLOSED] Add documentation to connection-error.mdx on using host.docker.internal #460

Closed
opened 2026-02-15 17:17:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/380
Author: @wsargent
Created: 2/1/2025
Status: Closed

Base: mainHead: patch-1


📝 Commits (1)

  • ad6205c Add 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=host here 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/380 **Author:** [@wsargent](https://github.com/wsargent) **Created:** 2/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`ad6205c`](https://github.com/open-webui/docs/commit/ad6205c794d7a8414212bebccd4d0aceaaf1b909) Add documentation to connection-error.mdx on using host.docker.internal ### 📊 Changes **1 file changed** (+26 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/troubleshooting/connection-error.mdx` (+26 -7) </details> ### 📄 Description Using `network=host` here 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:05 -05:00
yindo closed this issue 2026-02-15 17:17:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#460