fix: uwsgi workers not starting properly
This commit is contained in:
parent
c72ffd819a
commit
4c559d5382
@ -0,0 +1 @@
|
||||
- [BugFix] Uwsgi workers wasn't starting properly using `UWSGI_WORKERS` flag, passing the value directly fixes the issue. (by @Faraz32123)
|
||||
@ -167,6 +167,6 @@ CMD ["uwsgi", \
|
||||
"--thunder-lock", \
|
||||
"--single-interpreter", \
|
||||
"--enable-threads", \
|
||||
"--processes=${UWSGI_WORKERS:-2}", \
|
||||
"--processes=2", \
|
||||
"--buffer-size=8192", \
|
||||
"--wsgi-file", "credentials/wsgi.py"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user