Hi all
It seems that it works but I can’t access the GUI. “iP-address-of-node:14002”
All I get is: ERR_CONNECTION_REFUSED
In the logs it looks like all is fine. What can I do?
Hi all
It seems that it works but I can’t access the GUI. “iP-address-of-node:14002”
All I get is: ERR_CONNECTION_REFUSED
In the logs it looks like all is fine. What can I do?
by default port 14002 is only listening on localhost. If you want to access it from your LAN you need this in your docker command
-p 14002:14002