mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 13:35:23 +02:00
parent
2e51a581f0
commit
e08cccb1f6
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ else
|
||||||
|
|
||||||
# Start API
|
# Start API
|
||||||
|
|
||||||
if [ $WEB_GUNICORN == 'true' ]; then
|
if [ "$WEB_GUNICORN" == 'true' ]; then
|
||||||
echo "Starting Gunicorn"
|
echo "Starting Gunicorn"
|
||||||
gunicorn mealie.app:app -b 0.0.0.0:$GUNICORN_PORT -k uvicorn.workers.UvicornWorker -c /app/gunicorn_conf.py --preload
|
gunicorn mealie.app:app -b 0.0.0.0:$GUNICORN_PORT -k uvicorn.workers.UvicornWorker -c /app/gunicorn_conf.py --preload
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue