docker-calibre-web/root/defaults/gunicorn.conf.py

7 lines
78 B
Python

import os
workers = 1
bind = "127.0.0.1:8083"
user = 'abc'
loglevel = 'info'