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 2
2
3
3
services :
4
4
elasticsearch :
5
- image : docker.elastic.co/elasticsearch/elasticsearch:9.0.4-e5b3c2a3 -SNAPSHOT
5
+ image : docker.elastic.co/elasticsearch/elasticsearch:9.0.4-c1e58f47 -SNAPSHOT
6
6
# When extend is used it merges healthcheck.tests, see:
7
7
# https://github.com/docker/compose/issues/8962
8
8
# healthcheck:
@@ -37,7 +37,7 @@ services:
37
37
- " ./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
38
38
39
39
logstash :
40
- image : docker.elastic.co/logstash/logstash:9.0.4-e5b3c2a3 -SNAPSHOT
40
+ image : docker.elastic.co/logstash/logstash:9.0.4-c1e58f47 -SNAPSHOT
41
41
healthcheck :
42
42
test : ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
43
43
retries : 600
@@ -50,7 +50,7 @@ services:
50
50
- 5055:5055
51
51
52
52
kibana :
53
- image : docker.elastic.co/kibana/kibana:9.0.4-e5b3c2a3 -SNAPSHOT
53
+ image : docker.elastic.co/kibana/kibana:9.0.4-c1e58f47 -SNAPSHOT
54
54
environment :
55
55
- " ELASTICSEARCH_USERNAME=kibana_system_user"
56
56
- " ELASTICSEARCH_PASSWORD=testing"
You can’t perform that action at this time.
0 commit comments