fixing bug in dockercloud.yml
lb was linking to the wrong service (web instead of voting-app)
This commit is contained in:
parent
9eccee1ac2
commit
2d3fe7d299
@ -14,7 +14,7 @@ lb:
|
||||
autoredeploy: true
|
||||
image: 'dockercloud/haproxy:latest'
|
||||
links:
|
||||
- web
|
||||
- voting-app
|
||||
ports:
|
||||
- "80:80"
|
||||
roles:
|
||||
|
Loading…
Reference in New Issue
Block a user