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:8.17.9-a7cff344 -SNAPSHOT
5
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.17.9-f10d0542 -SNAPSHOT
6
6
# When extend is used it merges healthcheck.tests, see:
7
7
# https://github.com/docker/compose/issues/8962
8
8
# healthcheck:
@@ -30,7 +30,7 @@ services:
30
30
- " ./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
31
31
32
32
logstash :
33
- image : docker.elastic.co/logstash/logstash:8.17.9-a7cff344 -SNAPSHOT
33
+ image : docker.elastic.co/logstash/logstash:8.17.9-f10d0542 -SNAPSHOT
34
34
healthcheck :
35
35
test : ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
36
36
retries : 600
@@ -43,7 +43,7 @@ services:
43
43
- 5055:5055
44
44
45
45
kibana :
46
- image : docker.elastic.co/kibana/kibana:8.17.9-a7cff344 -SNAPSHOT
46
+ image : docker.elastic.co/kibana/kibana:8.17.9-f10d0542 -SNAPSHOT
47
47
environment :
48
48
- " ELASTICSEARCH_USERNAME=kibana_system_user"
49
49
- " ELASTICSEARCH_PASSWORD=testing"
You can’t perform that action at this time.
0 commit comments