docs4you commited on
Commit
00e1d82
·
verified ·
1 Parent(s): 5b57e29

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ CMD ["gunicorn", "app:app", \
16
  "-w", "4", \
17
  "--worker-class", "gevent", \
18
  "--worker-connections", "100", \
19
- "-b", "0.0.0.0:7861", \
20
  "--timeout", "120", \
21
  "--keep-alive", "5", \
22
  "--max-requests", "1000", \
 
16
  "-w", "4", \
17
  "--worker-class", "gevent", \
18
  "--worker-connections", "100", \
19
+ "-b", "0.0.0.0:7860", \
20
  "--timeout", "120", \
21
  "--keep-alive", "5", \
22
  "--max-requests", "1000", \