fixing bug in dockercloud.yml

lb was linking to the wrong service (web instead of voting-app)
This commit is contained in:
Borja Burgos 2016-06-16 11:18:13 -07:00 committed by Ben Firshman
parent 9eccee1ac2
commit 2d3fe7d299

View File

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