Skip to content

Commit

Permalink
updated es
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrade committed Oct 2, 2020
1 parent fda9771 commit b78f635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dev_es_docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3"
services:
dev-es:
image: docker.elastic.co/elasticsearch/elasticsearch:7.8.1
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.1
container_name: dev-es
environment:
- node.name=dev-es
Expand All @@ -21,7 +21,7 @@ services:
networks:
- evtx-nom
kibana:
image: docker.elastic.co/kibana/kibana:7.8.1
image: docker.elastic.co/kibana/kibana:7.9.1
environment:
ELASTICSEARCH_HOSTS: http://dev-es:9200
networks:
Expand Down

0 comments on commit b78f635

Please sign in to comment.