How to Expose Your Docker Ports Only to the Local Network
I’m currently in the process of breaking a monolith application into microservices that run in Docker containers. To keep things simple, the Docker containers are going to run on the same server as the monolith – at least, for the time being.
I wanted my containers to be able to communicate with each other as …