Skip to content

Commit

Permalink
Use open source docker image of elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Jul 6, 2018
1 parent d7668d8 commit 19b2e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
volumes:
- mongodb:/data/db
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:6.2.4
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.4
environment:
- cluster.name=docker-cluster
- bootstrap.memory_lock=true
Expand Down

0 comments on commit 19b2e19

Please sign in to comment.