Skip to content

Commit 120717a

Browse files
committed
feat: align gunicorn port to the one of compose
1 parent 26c1036 commit 120717a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gunicorn.py.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from multiprocessing import cpu_count
22

3-
bind = '0.0.0.0:8000'
3+
bind = '0.0.0.0:80'
44
workers = cpu_count() * 2
55
threads = cpu_count() * 2

0 commit comments

Comments
 (0)