We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d46bd commit 818e678Copy full SHA for 818e678
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
elasticsearch:
3
- image: docker.elastic.co/elasticsearch/elasticsearch:8.19.4
+ image: docker.elastic.co/elasticsearch/elasticsearch:8.19.5
4
environment:
5
discovery.type: single-node
6
xpack.security.enabled: 'false'
@@ -19,7 +19,7 @@ services:
19
depends_on:
20
21
condition: service_healthy
22
- image: docker.elastic.co/kibana/kibana:8.19.4
+ image: docker.elastic.co/kibana/kibana:8.19.5
23
ports:
24
- 5601:5601
25
networks:
0 commit comments