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 68c5894 commit 7b60550Copy full SHA for 7b60550
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
elasticsearch:
3
- image: docker.elastic.co/elasticsearch/elasticsearch:8.18.1
+ image: docker.elastic.co/elasticsearch/elasticsearch:8.18.2
4
environment:
5
discovery.type: single-node
6
xpack.security.enabled: "false"
@@ -20,7 +20,7 @@ services:
20
depends_on:
21
22
condition: service_healthy
23
- image: docker.elastic.co/kibana/kibana:8.18.1
+ image: docker.elastic.co/kibana/kibana:8.18.2
24
25
26
ports:
0 commit comments