I have a java application in docker container. It try to connect to my private blockchain using web bean. And there is some problem: Unable to determine sync status of node
I thought that the port is not accessible, but it is open to all.
If I execute my jar file not in docker container - all OK, it work.
any ideas ?