Skip to content

Commit

Permalink
Update Elastic Docker images to v8.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 9ccb2dc commit dbd350d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/reference/modules/Elasticsearch/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.2'
services:
es01:
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.0
container_name: es01
environment:
- node.name=es01
Expand All @@ -25,7 +25,7 @@ services:
networks:
- elastic
es02:
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.0
container_name: es02
environment:
- node.name=es02
Expand All @@ -48,7 +48,7 @@ services:
- elastic
kibana:
container_name: kibana
image: docker.elastic.co/kibana/kibana:8.16.1
image: docker.elastic.co/kibana/kibana:8.17.0
environment:
ELASTICSEARCH_HOSTS: '["http://es01:9200","http://es02:9200"]'
# Disable security features in Kibana
Expand Down

0 comments on commit dbd350d

Please sign in to comment.