Skip to content

Commit

Permalink
Merge pull request #4 from tofuSCHNITZEL/patch-1
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
patschi authored Mar 26, 2022
2 parents f2a400b + b0aebe1 commit 834f1fe
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 @@ -30,7 +30,7 @@ services:
condition: service_healthy

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.15.1
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.2
environment:
- cluster.name=parsedmarc
- discovery.type=single-node
Expand Down Expand Up @@ -59,7 +59,7 @@ services:
condition: service_started

kibana:
image: docker.elastic.co/kibana/kibana:7.15.1
image: docker.elastic.co/kibana/kibana:7.16.2
environment:
- elasticsearch.hosts=http://elasticsearch:9200
- telemetry.enabled=false
Expand Down

0 comments on commit 834f1fe

Please sign in to comment.