github.com/lusis/distribution@v2.0.1+incompatible/contrib/compose/docker-compose.yml (about) 1 nginx: 2 build: "nginx" 3 ports: 4 - "5000:5000" 5 links: 6 - registryv1:registryv1 7 - registryv2:registryv2 8 registryv1: 9 image: registry 10 ports: 11 - "5000" 12 registryv2: 13 build: "../../" 14 ports: 15 - "5000"