I am here just to share some experience with java DDP Client Meteor and Docker
Hello I am accessing to a meteor docker container from a J2EE docker container and it fails because there are some trouble at the connection with the server name (corresponding to "meteor" in my compose file) and the port "82".
In this case it doesn't take into account the port and it replaces it with a default value 80... so the connection fails...