Commit ed5e14e0 authored by 金凯强's avatar 金凯强 🎨

端口修改

parent 659fbd0e
Pipeline #22362 passed with stage
in 23 seconds
......@@ -12,4 +12,4 @@ if [ -z "$WORKER" ]; then
fi
# 默认2个进程 50个线程
gunicorn -b 0.0.0.0:5000 -w $WORKER --threads=$THREADS startup:global_app -t 600 --log-level debug
\ No newline at end of file
gunicorn -b 0.0.0.0:8080 -w $WORKER --threads=$THREADS startup:global_app -t 600 --log-level debug
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment