Node-red setup with docker setup

OpenFlow version: 1.4.29
Using self hosted openflow on docker

Hi Everyone, i try to setup an openflow/nodered using docker. i successfully install openflow with local ip address ( something like 192.168.1.25). but the node-red cannot run ( it shows a blank space when i hit open website). i learn that it will create a page with node-red-name.192.168.1.25 and because of that it cannot access the local access. can anyone help me to configurate node red correct to access from computers in the network.

thanks

That is not possible.
OpenFlow in docker is designed to only work with prober dns names ( since traefik needs those to route traffic to the correct service )
You must setup proper dns for that to work, as explained here.

Thank Allan for your quick response.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.