Skip to content

Commit 7bb207a

Browse files
committed
修改为gunicorn[gevent]
1 parent 3973ea8 commit 7bb207a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bin/docker_start.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ exec gunicorn ${DJANGO_WSGI_MODULE}:application \
2828
--user=$USER --group=$GROUP \
2929
--bind 0.0.0.0:8000 \
3030
--log-level=debug \
31-
--log-file=-
32-
31+
--log-file=- \
32+
--worker-class gevent \
33+
--threads 4

0 commit comments

Comments
 (0)