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 @@ -10,7 +10,7 @@ x-logging: &default-logging
1010 max-size : " 1g"
1111services :
1212 elasticsearch :
13- image : docker.elastic.co/elasticsearch/elasticsearch:9.2.2-57e5e271 -SNAPSHOT
13+ image : docker.elastic.co/elasticsearch/elasticsearch:9.2.2-4b4df5ae -SNAPSHOT
1414 ports :
1515 - 9200:9200
1616 healthcheck :
@@ -40,7 +40,7 @@ services:
4040 logging : *default-logging
4141
4242 kibana :
43- image : docker.elastic.co/kibana/kibana:9.2.2-57e5e271 -SNAPSHOT
43+ image : docker.elastic.co/kibana/kibana:9.2.2-4b4df5ae -SNAPSHOT
4444 ports :
4545 - 5601:5601
4646 healthcheck :
@@ -59,7 +59,7 @@ services:
5959 logging : *default-logging
6060
6161 metricbeat :
62- image : docker.elastic.co/beats/metricbeat:9.2.2-57e5e271 -SNAPSHOT
62+ image : docker.elastic.co/beats/metricbeat:9.2.2-4b4df5ae -SNAPSHOT
6363 environment :
6464 ELASTICSEARCH_HOSTS : ' ["http://elasticsearch:9200"]'
6565 ELASTICSEARCH_USERNAME : " ${KIBANA_ES_USER:-admin}"
You can’t perform that action at this time.
0 commit comments