Explorar el Código

fixing bug in dockercloud.yml

lb was linking to the wrong service (web instead of voting-app)
Borja Burgos hace 9 años
padre
commit
2d3fe7d299
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dockercloud.yml

+ 1 - 1
dockercloud.yml

@@ -14,7 +14,7 @@ lb:
   autoredeploy: true
   image: 'dockercloud/haproxy:latest'
   links:
-    - web
+    - voting-app
   ports:
     - "80:80"
   roles: