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:8.17.9-d0c75779 -SNAPSHOT
5+ image : docker.elastic.co/elasticsearch/elasticsearch:8.17.9-a7cff344 -SNAPSHOT
66 # When extend is used it merges healthcheck.tests, see:
77 # https://github.com/docker/compose/issues/8962
88 # healthcheck:
@@ -30,7 +30,7 @@ services:
3030 - " ./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
3131
3232 logstash :
33- image : docker.elastic.co/logstash/logstash:8.17.9-d0c75779 -SNAPSHOT
33+ image : docker.elastic.co/logstash/logstash:8.17.9-a7cff344 -SNAPSHOT
3434 healthcheck :
3535 test : ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
3636 retries : 600
@@ -43,7 +43,7 @@ services:
4343 - 5055:5055
4444
4545 kibana :
46- image : docker.elastic.co/kibana/kibana:8.17.9-d0c75779 -SNAPSHOT
46+ image : docker.elastic.co/kibana/kibana:8.17.9-a7cff344 -SNAPSHOT
4747 environment :
4848 - " ELASTICSEARCH_USERNAME=kibana_system_user"
4949 - " ELASTICSEARCH_PASSWORD=testing"
You can’t perform that action at this time.
0 commit comments