Skip to content

Commit

Permalink
docker: update elasticsearch and kibana to version 6.6.2
Browse files Browse the repository at this point in the history
Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr committed Oct 4, 2019
1 parent e64e257 commit 91df4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ services:
- "15672:15672"
- "5672:5672"
es:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.0
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.2
restart: "always"
environment:
- bootstrap.memory_lock=true
Expand All @@ -87,7 +87,7 @@ services:
- "9200:9200"
- "9300:9300"
kibana:
image: docker.elastic.co/kibana/kibana-oss:6.6.0
image: docker.elastic.co/kibana/kibana-oss:6.6.2
environment:
- "ELASTICSEARCH_URL=http://es:9200"
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
Expand Down

0 comments on commit 91df4d3

Please sign in to comment.