How can I have two or more containers write data out to localhost on the same port? Is the only way to do this run the destation service in a container as well and have the write clients write to the container's IP/service name?
Specifically, I have 3 containers that are writing data out. I want them to write a local database running on localhost:8086
.