mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #12267] feat: mention port when running the serve command #32055
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 @PaulRBerg on GitHub (Apr 1, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12267
Check Existing Issues
Problem Description
First-time users have no idea what port is used when running the
servecommand. The logs do not mention anything about this.Desired Solution you'd like
Mention something like this:
@tjbck commented on GitHub (Apr 1, 2025):
Should be mentioned at the very top
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)