forked from open-webui/open-webui
refac: SERVER_PORT renamed to PORT
This commit is contained in:
parent
a63507c21e
commit
0e039492c6
3 changed files with 5 additions and 4 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue