diff --git a/Dockerfile b/Dockerfile index 6ff8a6f80fd39655e7a9f9b0d4faef444856284f..18ef356db4eb51ffeb47f58e9af84dfb9b3955d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ COPY --from=builder /install/ /usr/local/ EXPOSE 80 STOPSIGNAL SIGINT -CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:80", "--pythonpath", "/usr/local/lib/python3.9/site-packages", "searx.webapp:app"] +CMD ["gunicorn", "-w", "4", "--threads", "4", "-b", "0.0.0.0:80", "--pythonpath", "/usr/local/lib/python3.9/site-packages", "searx.webapp:app"]