Loading Dockerfile +1 −1 Original line number Original line Diff line number Diff line Loading @@ -16,4 +16,4 @@ COPY --from=builder /install/ /usr/local/ EXPOSE 80 EXPOSE 80 STOPSIGNAL SIGINT 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"] Loading
Dockerfile +1 −1 Original line number Original line Diff line number Diff line Loading @@ -16,4 +16,4 @@ COPY --from=builder /install/ /usr/local/ EXPOSE 80 EXPOSE 80 STOPSIGNAL SIGINT 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"]