We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdf441 commit a7993c1Copy full SHA for a7993c1
travis/run_es_docker.sh
@@ -13,5 +13,5 @@ docker run \
13
--network=esnet \
14
--name=elasticsearch \
15
--detach \
16
- docker.elastic.co/elasticsearch/elasticsearch${ES_VERSION}
+ docker.elastic.co/elasticsearch/elasticsearch:${ES_VERSION}
17
docker run --network esnet --rm appropriate/curl --max-time 120 --retry 120 --retry-delay 1 --retry-connrefused --show-error --silent http://elasticsearch:9200
0 commit comments