File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
11
11
ports :
12
12
- " 9200:9200/tcp"
13
13
set-kibana-password :
14
- image : docker.elastic.co/kibana/kibana:8.15.1 @sha256:cc95727d74ddf69ee9aa278e60b676249350c7ae50b3707b194a6202aac767ad
14
+ image : docker.elastic.co/kibana/kibana:8.15.2 @sha256:15eae702bc84cf402fc24a4582d1596b7c61b32bd71801ae0eadc675a147d9ae
15
15
restart : on-failure
16
16
links :
17
17
- elasticsearch
@@ -22,7 +22,7 @@ services:
22
22
elasticsearch :
23
23
condition : service_started
24
24
kibana :
25
- image : docker.elastic.co/kibana/kibana:8.15.1 @sha256:cc95727d74ddf69ee9aa278e60b676249350c7ae50b3707b194a6202aac767ad
25
+ image : docker.elastic.co/kibana/kibana:8.15.2 @sha256:15eae702bc84cf402fc24a4582d1596b7c61b32bd71801ae0eadc675a147d9ae
26
26
environment :
27
27
SERVER_NAME : kibana
28
28
ELASTICSEARCH_HOSTS : http://es:9200
You can’t perform that action at this time.
0 commit comments