Skip to content

Commit

Permalink
Merge b02ec9e into a0a1656
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 1, 2018
2 parents a0a1656 + b02ec9e commit 18e786b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '2'
services:
db:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.2
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.2
ports:
- "62222:9200"
volumes:
Expand All @@ -13,7 +13,7 @@ services:
- "ES_JAVA_OPTS=-Xms512m -Xmx512m" # Prevent elasticsearch eating up too much memory

kibana:
image: docker.elastic.co/kibana/kibana-oss:6.3.2
image: docker.elastic.co/kibana/kibana-oss:6.4.2
depends_on:
- db
environment:
Expand Down

0 comments on commit 18e786b

Please sign in to comment.