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 33version : ' 2.3'
44services :
55 elasticsearch :
6- image : docker.elastic.co/elasticsearch/elasticsearch:8.4.0-5e6770b1 -SNAPSHOT
6+ image : docker.elastic.co/elasticsearch/elasticsearch:8.4.0-da5a1c6d -SNAPSHOT
77 # When extend is used it merges healthcheck.tests, see:
88 # https://github.com/docker/compose/issues/8962
99 # healthcheck:
@@ -31,7 +31,7 @@ services:
3131 - " ./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
3232
3333 logstash :
34- image : docker.elastic.co/logstash/logstash:8.4.0-5e6770b1 -SNAPSHOT
34+ image : docker.elastic.co/logstash/logstash:8.4.0-da5a1c6d -SNAPSHOT
3535 healthcheck :
3636 test : ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
3737 retries : 600
@@ -44,7 +44,7 @@ services:
4444 - 5055:5055
4545
4646 kibana :
47- image : docker.elastic.co/kibana/kibana:8.4.0-5e6770b1 -SNAPSHOT
47+ image : docker.elastic.co/kibana/kibana:8.4.0-da5a1c6d -SNAPSHOT
4848 environment :
4949 - " ELASTICSEARCH_USERNAME=kibana_system_user"
5050 - " ELASTICSEARCH_PASSWORD=testing"
You can’t perform that action at this time.
0 commit comments