Skip to content

Commit

Permalink
Update Elastic/Kibana images.
Browse files Browse the repository at this point in the history
  • Loading branch information
accolon authored May 7, 2023
1 parent 2e47bc3 commit a5db7d5
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.17.9
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.10
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.17.9
image: docker.elastic.co/kibana/kibana:7.17.10
environment:
- elasticsearch.hosts=http://elasticsearch:9200
- telemetry.enabled=false
Expand Down

0 comments on commit a5db7d5

Please sign in to comment.