docker-postgres-replication icon indicating copy to clipboard operation
docker-postgres-replication copied to clipboard

Change feature links to networks

Open zabio3 opened this issue 7 years ago • 2 comments

Using --link flag is a legacy feature of docker.

https://docs.docker.com/network/links/

zabio3 avatar Mar 02 '18 10:03 zabio3

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.

uLan08 avatar Mar 09 '18 10:03 uLan08

Thanks for opening this - I'll re-visit this issue after the -dev branch lands on master.

DanielDent avatar Mar 19 '18 06:03 DanielDent