Skip to content

Commit

Permalink
Changed the ELB health check from TCP to HTTP (docker-archive#631)
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Cochrane <[email protected]>
  • Loading branch information
kencochrane authored and FrenchBen committed Jan 13, 2017
1 parent ef9eb05 commit d54b37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/cloudformation/docker_for_aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@
"HealthCheck" : {
"HealthyThreshold" : "2",
"Interval" : "10",
"Target" : "TCP:44554",
"Target" : "HTTP:44554/",
"Timeout" : "2",
"UnhealthyThreshold" : "4"
},
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudformation/docker_for_aws_cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@
"HealthCheck" : {
"HealthyThreshold" : "2",
"Interval" : "10",
"Target" : "TCP:2375",
"Target" : "HTTP:44554/",
"Timeout" : "2",
"UnhealthyThreshold" : "4"
},
Expand Down

0 comments on commit d54b37e

Please sign in to comment.