Skip to content

Commit 7b60550

Browse files
committed
updated elastic
1 parent 68c5894 commit 7b60550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
elasticsearch:
3-
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.1
3+
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.2
44
environment:
55
discovery.type: single-node
66
xpack.security.enabled: "false"
@@ -20,7 +20,7 @@ services:
2020
depends_on:
2121
elasticsearch:
2222
condition: service_healthy
23-
image: docker.elastic.co/kibana/kibana:8.18.1
23+
image: docker.elastic.co/kibana/kibana:8.18.2
2424
environment:
2525
xpack.security.enabled: "false"
2626
ports:

0 commit comments

Comments
 (0)