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
|
autoredeploy: true
|
||||||
image: 'dockercloud/haproxy:latest'
|
image: 'dockercloud/haproxy:latest'
|
||||||
links:
|
links:
|
||||||
- web
|
- voting-app
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
roles:
|
roles:
|
||||||
|
Loading…
Reference in New Issue
Block a user