We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08624bf commit 722aac2Copy full SHA for 722aac2
1 file changed
Dockerfile
@@ -34,4 +34,4 @@ USER appuser
34
EXPOSE 8000
35
36
# Run the application with Gunicorn
37
-CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "3", "--timeout", "300", "--timeout-notified", "300", "--preload", "--max-requests", "1000", "--max-requests-jitter", "200", "--access-logfile", "-", "main:app"]
+CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "3", "--access-logfile", "-", "main:app"]
0 commit comments