Hi,
I'm running OPC-UA server on Docker container and I want use client from external device (PLC). This device knows only the docker host IP address.
It is possible to set DiscoveryURL and EndpointURL with docker host IP? I've try set different hostname for BinaryServer(0.0.0.0) nad InternalServer(docker host IP), but still FindServers call return endpoint with docker container IP, co my client on another machine cannot establish the new session (DiscoveryURL is set properly).