mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
feat: align gunicorn port to the one of compose
This commit is contained in:
parent
26c1036d0b
commit
120717a6d2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
from multiprocessing import cpu_count
|
||||
|
||||
bind = '0.0.0.0:8000'
|
||||
bind = '0.0.0.0:80'
|
||||
workers = cpu_count() * 2
|
||||
threads = cpu_count() * 2
|
||||
|
|
Loading…
Reference in a new issue