I’m learning docker networking and doing so I created a small proof of concepts where I have two containers running on the same custom-defined bridge network. One of the container is an mqtt server which I would like to see from the outside (host) in order to try publishing messages on it.
How would I accomplish that?