Loaded your LOCAL configuration at [/xxx/venv/bin/superset_config.py]
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
2019-09-23 21:52:03,168:INFO:werkzeug: * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
但是在我的配置文件/xxx/venv/bin/superset_config.py中:
SUPERSET_WEBSERVER_ADDRESS = "192.168.xx.cc"
SUPERSET_WEBSERVER_PORT = 8088
为什么在http://127.0.0.1:5000/上运行...
感觉非常沮丧...
答案 0 :(得分:-1)
如果你使用pip安装来运行Superset,使用
超集运行 --host 192.168.xx.cc --port 8088
但是如果您使用的是 Docker,我不知道该怎么做 :/
SUPERSET_WEBSERVER_ADDRESS 和 SUPERSET_WEBSERVER_PORT 不是正确的设置,它们存在的目的不同。