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