kwk / docker-registry-frontend

Browse and modify your Docker registry in a browser.
https://registry.hub.docker.com/u/konradkleine/docker-registry-frontend/
MIT License
1.68k stars 616 forks source link

Update development docker-compose to v3 syntax #188

Open bvanderlaan opened 6 years ago

bvanderlaan commented 6 years ago

This change set updates the docker-compose file in the develop folder to use the v3 syntax. This allows us to add a user layer network so that the two containers can communicate without having to go up the network stack. This allows us to not have to expose the registry's port (5000) to the host.

This reduces the chance of a port conflict