@@ -1,4 +1,5 @@
#!/bin/bash
python create_db.py
gunicorn -w 4 -k uvicorn.workers.UvicornWorker api_server:app -b 127.0.0.1:17701
# 这里必须是 0.0.0.0:8000
gunicorn -w 4 -k uvicorn.workers.UvicornWorker api_server:app -b 0.0.0.0:8000
The note is not visible to the blocked user.