forked from open-webui/open-webui
3 lines
91 B
Bash
Executable file
3 lines
91 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
uvicorn main:app --host 0.0.0.0 --port 8080 --forwarded-allow-ips '*'
|