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?
You must log in or register to comment.
How did you setup the networking? Are you in bridge mode with the same port in and out?
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