diff --git a/compose/production/django/start b/compose/production/django/start index f112ea84..2bacb3d7 100644 --- a/compose/production/django/start +++ b/compose/production/django/start @@ -9,4 +9,4 @@ python /app/manage.py compilemessages python /app/manage.py collectstatic --noinput --ignore=mvts python /app/manage.py compress --force python /app/manage.py collectstatic --noinput --ignore=mvts -/venv/bin/gunicorn config.wsgi --bind 0.0.0.0:5000 --worker=4 --timeout=240 --chdir=/app +/venv/bin/gunicorn config.wsgi --bind 0.0.0.0:5000 --workers=4 --timeout=240 --chdir=/app