mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #4865] pip install does not look at PORT env var #13764
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 @kyllan16693 on GitHub (Aug 23, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4865
Bug Report
Installation Method
pip
Environment
Open WebUI Version: v0.3.15
Operating System: Ubuntu 20.04
Confirmation:
Expected Behavior:
The port OpenWebUI is on should change when the environment variable
PORTis changedActual Behavior:
It stays with the default 8080
Description
Bug Summary:
The port does not change when the environment variable
PORTis set.Reproduction Details
Steps to Reproduce:
install with pip
pip install open-webuiset port variable
export PORT=8081start
open-webui serveLogs and Screenshots
Additional Information
I created a blank vm and just installed and set the
PORTenv var. Nothing special.@tjbck commented on GitHub (Aug 23, 2024):
it's
--port 8081.@kyllan16693 commented on GitHub (Aug 23, 2024):
Thank you!
Do you think this could be added to
open-webui --helpand the docs website?