I have a few Docker containers running like:
Since Nginx needs to connect to the
You could also try the ambassador method of having an intermediary container just for keeping the link intact... (see https://docs.docker.com/articles/ambassador_pattern_linking/ ) for more info