Skip to content

Commit af129d4

Browse files
Update Elastic Docker images to v8.17.1 (OrchardCMS#17401)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9bb68f commit af129d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/docs/reference/modules/Elasticsearch/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2.2'
22
services:
33
es01:
4-
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.0
4+
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.1
55
container_name: es01
66
environment:
77
- node.name=es01
@@ -25,7 +25,7 @@ services:
2525
networks:
2626
- elastic
2727
es02:
28-
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.0
28+
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.1
2929
container_name: es02
3030
environment:
3131
- node.name=es02
@@ -48,7 +48,7 @@ services:
4848
- elastic
4949
kibana:
5050
container_name: kibana
51-
image: docker.elastic.co/kibana/kibana:8.17.0
51+
image: docker.elastic.co/kibana/kibana:8.17.1
5252
environment:
5353
ELASTICSEARCH_HOSTS: '["http://es01:9200","http://es02:9200"]'
5454
# Disable security features in Kibana

0 commit comments

Comments
 (0)