在超集下,无法使用我自己的IP地址加注星标。它采用默认的IP地址,即http://127.0.0.1:8088/

时间:2019-12-15 09:16:04

标签: apache-superset

enter image description here

在超集的Ubuntu中配置,无法使用我自己的IP地址启动。它采用默认的IP地址,即http://127.0.0.1:8088/

2 个答案:

答案 0 :(得分:0)

使用金枪鱼。例如:

$ gunicorn -w 4 -b <your_ip_addr>:<port_num> "superset:app"

答案 1 :(得分:0)

您也可以使用以下命令:

superset run -h 0.0.0.0 -p 8088