ow / backend /dev.sh
github-actions[bot]
GitHub deploy: 2e9fe55e78d510af1fc7bc06a0c7edb71274013d
b9b8d18
raw
history blame contribute delete
111 Bytes
PORT="${PORT:-8080}"
uvicorn open_webui.main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload