File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
version : ' 2.3'
4
4
services :
5
5
elasticsearch :
6
- image : docker.elastic.co/elasticsearch/elasticsearch:8.16.0-f9f84acb -SNAPSHOT
6
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.16.0-fe676ba3 -SNAPSHOT
7
7
# When extend is used it merges healthcheck.tests, see:
8
8
# https://github.com/docker/compose/issues/8962
9
9
# healthcheck:
@@ -31,7 +31,7 @@ services:
31
31
- " ./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
32
32
33
33
logstash :
34
- image : docker.elastic.co/logstash/logstash:8.16.0-f9f84acb -SNAPSHOT
34
+ image : docker.elastic.co/logstash/logstash:8.16.0-fe676ba3 -SNAPSHOT
35
35
healthcheck :
36
36
test : ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
37
37
retries : 600
@@ -44,7 +44,7 @@ services:
44
44
- 5055:5055
45
45
46
46
kibana :
47
- image : docker.elastic.co/kibana/kibana:8.16.0-f9f84acb -SNAPSHOT
47
+ image : docker.elastic.co/kibana/kibana:8.16.0-fe676ba3 -SNAPSHOT
48
48
environment :
49
49
- " ELASTICSEARCH_USERNAME=kibana_system_user"
50
50
- " ELASTICSEARCH_PASSWORD=testing"
You can’t perform that action at this time.
0 commit comments