mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
I need to change the port the frontend listens on (not using docker) #106
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 @ralyodio on GitHub (Dec 18, 2023).
with node the standard is
PORT=5432; npm startbut that is ignored here.How do I change the port to 5432?
@ralyodio commented on GitHub (Dec 18, 2023):
I'm an idiot, no
;after the port works