mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
refac: SERVER_PORT renamed to PORT
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
SERVER_PORT="${SERVER_PORT:-8080}"
|
||||
uvicorn main:app --port $SERVER_PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload
|
||||
PORT="${PORT:-8080}"
|
||||
uvicorn main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload
|
||||
Reference in New Issue
Block a user