run-compose.sh does not actually handle a non-default webui port. it just shows the changed port but does not set the OLLAMA_WEBUI_PORT environment variable to the custom value. This PR 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/578
**Author:** [@gryphius](https://github.com/gryphius)
**Created:** 1/26/2024
**Status:** ✅ Merged
**Merged:** 1/26/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `main` ← **Head:** `fix-webui-port`
---
### 📝 Commits (1)
- [`f097b9f`](https://github.com/open-webui/open-webui/commit/f097b9f8605e42ce2ed9ae525b1fd699f323cba9) add missing OLLAMA_WEBUI_PORT override
### 📊 Changes
**1 file changed** (+3 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `run-compose.sh` (+3 -0)
</details>
### 📄 Description
`run-compose.sh` does not actually handle a non-default webui port. it just shows the changed port but does not set the `OLLAMA_WEBUI_PORT` environment variable to the custom value. This PR 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/578
Author: @gryphius
Created: 1/26/2024
Status: ✅ Merged
Merged: 1/26/2024
Merged by: @tjbck
Base:
main← Head:fix-webui-port📝 Commits (1)
f097b9fadd missing OLLAMA_WEBUI_PORT override📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
run-compose.sh(+3 -0)📄 Description
run-compose.shdoes not actually handle a non-default webui port. it just shows the changed port but does not set theOLLAMA_WEBUI_PORTenvironment variable to the custom value. This PR fixes this.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.