This commit is contained in:
vabene1111 2022-08-05 17:36:00 +02:00
parent a898d722d6
commit 6e4ea518d9

View File

@ -65,4 +65,4 @@ echo "Done"
chmod -R 755 /opt/recipes/mediafiles
exec gunicorn -b :$TANDOOR_PORT --workers :$GUNICORN_WORKERS --threads :GUNICORN_THREADS --access-logfile - --error-logfile - --log-level INFO recipes.wsgi
exec gunicorn -b :$TANDOOR_PORT --workers $GUNICORN_WORKERS --threads GUNICORN_THREADS --access-logfile - --error-logfile - --log-level INFO recipes.wsgi