Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
docker-compose to use ES and Kibana 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robcowart committed Dec 17, 2019
1 parent 1031418 commit ce02ee0
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 @@ -19,7 +19,7 @@ version: '3'

services:
elastiflow-elasticsearch-oss:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.3.0
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.5.0
container_name: elastiflow-elasticsearch-oss
restart: 'no'
ulimits:
Expand Down Expand Up @@ -52,7 +52,7 @@ services:
action.destructive_requires_name: 'true'

elastiflow-kibana-oss:
image: docker.elastic.co/kibana/kibana-oss:7.3.0
image: docker.elastic.co/kibana/kibana-oss:7.5.0
container_name: elastiflow-kibana-oss
restart: 'no'
depends_on:
Expand Down

0 comments on commit ce02ee0

Please sign in to comment.