docker-postgres-replication
docker-postgres-replication copied to clipboard
Change feature links to networks
Using --link flag is a legacy feature of docker.
https://docs.docker.com/network/links/
There's actually no need to create an external network as docker-compose creates one by default and all of the services defined in the compose file are connected to it automatically.
Thanks for opening this - I'll re-visit this issue after the -dev branch lands on master.