Skip to content

Commit

Permalink
Merge pull request #1 from accolon/master
Browse files Browse the repository at this point in the history
Update Elastic/Kibana images.
  • Loading branch information
Jokoclp authored Sep 23, 2024
2 parents e0aea95 + 6e51c4a commit df0cfb3
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 @@ -29,7 +29,7 @@ services:
condition: service_healthy

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

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

0 comments on commit df0cfb3

Please sign in to comment.