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 Oct 13, 2023
1 parent 0387719 commit bd67155
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 @@ -31,7 +31,7 @@ services:
condition: service_healthy

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

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

0 comments on commit bd67155

Please sign in to comment.