We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f599f commit 24d49e1Copy full SHA for 24d49e1
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=2 \
45
LOG_LEVEL="info"
46
47
EXPOSE 12345
0 commit comments