Skip to content

Commit

Permalink
Revert "Docker check for classic ES"
Browse files Browse the repository at this point in the history
This reverts commit 03a7d7b.
  • Loading branch information
danielmitterdorfer committed Apr 13, 2021
1 parent 03a7d7b commit 7eaee22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esrally/resources/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- {{host_path}}:{{docker_path}}
{%- endfor %}
healthcheck:
test: curl -k -u elastic:changeme 127.0.0.1:{{http_port}}
test: nc -z 127.0.0.1 {{http_port}}
interval: 5s
timeout: 2s
retries: 10

0 comments on commit 7eaee22

Please sign in to comment.