File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11services :
22 elasticsearch :
3- image : docker.elastic.co/elasticsearch/elasticsearch:8.17.0
3+ image : docker.elastic.co/elasticsearch/elasticsearch:8.17.0@sha256:2f602552550869fb29b6fd5848c5118d3ef3a2e1d5d45802e3ab9088cb2de8e2
44 environment :
55 cluster.name : test
66 discovery.type : single-node
@@ -11,7 +11,7 @@ services:
1111 ports :
1212 - " 9200:9200/tcp"
1313 set-kibana-password :
14- image : docker.elastic.co/kibana/kibana:8.17.0
14+ image : docker.elastic.co/kibana/kibana:8.17.0@sha256:c773dc5a40b1739d7db6e559844ed45db08f15a25e0b66e00c176e3a1f6ace7e
1515 restart : on-failure
1616 links :
1717 - elasticsearch
@@ -22,7 +22,7 @@ services:
2222 elasticsearch :
2323 condition : service_started
2424 kibana :
25- image : docker.elastic.co/kibana/kibana:8.17.0
25+ image : docker.elastic.co/kibana/kibana:8.17.0@sha256:c773dc5a40b1739d7db6e559844ed45db08f15a25e0b66e00c176e3a1f6ace7e
2626 environment :
2727 SERVER_NAME : kibana
2828 ELASTICSEARCH_HOSTS : http://es:9200
You can’t perform that action at this time.
0 commit comments