Skip to content

Commit a7993c1

Browse files
committed
Mini fix of run_es_docker.sh.
1 parent 9bdf441 commit a7993c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/run_es_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ docker run \
1313
--network=esnet \
1414
--name=elasticsearch \
1515
--detach \
16-
docker.elastic.co/elasticsearch/elasticsearch${ES_VERSION}
16+
docker.elastic.co/elasticsearch/elasticsearch:${ES_VERSION}
1717
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

Comments
 (0)