We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c09b0 commit c380778Copy full SHA for c380778
Dockerfile
@@ -41,7 +41,7 @@ RUN pip install --no-cache-dir -r requirements.txt
41
# 环境变量配置
42
ENV HOST="::" \
43
PORT=12345 \
44
- WORKERS=1 \
+ WORKERS=4 \
45
LOG_LEVEL="info"
46
47
EXPOSE 12345
0 commit comments