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:9.0.3 @sha256:c4c00a485fbc3619d8373f3bc74e9dd5b5a34380ef50442be4366e8fb57cd50a
14
+ image : docker.elastic.co/kibana/kibana:9.1.2 @sha256:dea5d20df42e6833966deceadb10ecdbf85970b704d17b0abfc3b485622c1a08
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:9.0.3 @sha256:c4c00a485fbc3619d8373f3bc74e9dd5b5a34380ef50442be4366e8fb57cd50a
25
+ image : docker.elastic.co/kibana/kibana:9.1.2 @sha256:dea5d20df42e6833966deceadb10ecdbf85970b704d17b0abfc3b485622c1a08
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