diff --git a/crawlab/config/config.py b/crawlab/config/config.py index 4f0a85db..e235d400 100644 --- a/crawlab/config/config.py +++ b/crawlab/config/config.py @@ -51,5 +51,5 @@ MONGO_DB = 'crawlab_test' # Flask 变量 DEBUG = False -FLASK_HOST = '127.0.0.1' +FLASK_HOST = '0.0.0.0' FLASK_PORT = 8000