do not specify interface, to make docker happier

This commit is contained in:
rimu 2024-06-13 10:26:14 +08:00
parent d5355c6a00
commit 1b564ab7de

View file

@ -5,7 +5,7 @@ threads = multiprocessing.cpu_count() * 2 + 1
worker_tmp_dir = '/dev/shm'
bind = '127.0.0.1:5000'
#bind = '127.0.0.1:5000'
umask = 0o007
reload = False