Just adding the host.docker.internal override to the docker command for the dev branch.
This got me on Linux where docker does not natively support host.docker.internal and so open webui could not connect with my local ollama. Adding the override fixes this.
🔄 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/open-webui/pull/3212
**Author:** [@robbie-cahill](https://github.com/robbie-cahill)
**Created:** 6/16/2024
**Status:** ✅ Merged
**Merged:** 6/16/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `patch-1`
---
### 📝 Commits (1)
- [`78a145f`](https://github.com/open-webui/open-webui/commit/78a145f1813ff911f84afb9871d7c3f9365bb93f) Add host.docker.internal overide
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -1)
</details>
### 📄 Description
Just adding the `host.docker.internal` override to the docker command for the dev branch.
This got me on Linux where docker does not natively support `host.docker.internal` and so open webui could not connect with my local ollama. Adding the override fixes this.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/3212
Author: @robbie-cahill
Created: 6/16/2024
Status: ✅ Merged
Merged: 6/16/2024
Merged by: @tjbck
Base:
dev← Head:patch-1📝 Commits (1)
78a145fAdd host.docker.internal overide📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
README.md(+1 -1)📄 Description
Just adding the
host.docker.internaloverride to the docker command for the dev branch.This got me on Linux where docker does not natively support
host.docker.internaland so open webui could not connect with my local ollama. Adding the override fixes this.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.