Skip to content

Commit 621ec2b

Browse files
committed
use official ES images from Docker Hub (#359)
we sometimes experience timeouts with docker.elastic.co, maybe this helps closes #359
1 parent 929fcc5 commit 621ec2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
- "6379:6379"
6565

6666
elasticsearch6:
67-
image: docker.elastic.co/elasticsearch/elasticsearch:6.2.0
67+
image: elasticsearch:6.5.2
6868
healthcheck:
6969
test: ["CMD", "curl", "-f", "http://localhost:9200"]
7070
environment:
@@ -77,7 +77,7 @@ services:
7777
- pyesdata6:/usr/share/elasticsearch/data
7878

7979
elasticsearch5:
80-
image: docker.elastic.co/elasticsearch/elasticsearch:5.6.0
80+
image: elasticsearch:5
8181
healthcheck:
8282
test: ["CMD", "curl", "-f", "http://localhost:9200"]
8383
environment:

0 commit comments

Comments
 (0)