qiuxiafei / zk-web

A web UI for zookeeper
500 stars 153 forks source link

default-node configuration not working #39

Open maver1ck opened 6 years ago

maver1ck commented 6 years ago

I'm trying to set up zk-web with default node configuration. I'm using tobilg/zookeeper-webui:latest docker image My config is:

{
 :server-port 8080
 :users {"admin" "admin"}
 :default-node "zk-zookeeper:2181"
}

Then ui looks like this: image

What I'm doing wrong ?