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 22
33services :
44 elasticsearch :
5- image : docker.elastic.co/elasticsearch/elasticsearch:9.2.0-3c8b6c94 -SNAPSHOT
5+ image : docker.elastic.co/elasticsearch/elasticsearch:9.2.0-17023808 -SNAPSHOT
66 # When extend is used it merges healthcheck.tests, see:
77 # https://github.com/docker/compose/issues/8962
88 # healthcheck:
@@ -37,7 +37,7 @@ services:
3737 - " ./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
3838
3939 logstash :
40- image : docker.elastic.co/logstash/logstash:9.2.0-3c8b6c94 -SNAPSHOT
40+ image : docker.elastic.co/logstash/logstash:9.2.0-17023808 -SNAPSHOT
4141 healthcheck :
4242 test : ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
4343 retries : 600
@@ -50,7 +50,7 @@ services:
5050 - 5055:5055
5151
5252 kibana :
53- image : docker.elastic.co/kibana/kibana:9.2.0-3c8b6c94 -SNAPSHOT
53+ image : docker.elastic.co/kibana/kibana:9.2.0-17023808 -SNAPSHOT
5454 environment :
5555 - " ELASTICSEARCH_USERNAME=kibana_system_user"
5656 - " ELASTICSEARCH_PASSWORD=testing"
You can’t perform that action at this time.
0 commit comments