Skip to content

Commit 2d3fe7d

Browse files
Borja Burgosbfirsh
Borja Burgos
authored andcommitted
fixing bug in dockercloud.yml
lb was linking to the wrong service (web instead of voting-app)
1 parent 9eccee1 commit 2d3fe7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockercloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lb:
1414
autoredeploy: true
1515
image: 'dockercloud/haproxy:latest'
1616
links:
17-
- web
17+
- voting-app
1818
ports:
1919
- "80:80"
2020
roles:

0 commit comments

Comments
 (0)