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 @@ -63,7 +63,7 @@ services:
6363 - postgres
6464
6565 elasticsearch :
66- image : docker.elastic.co/elasticsearch/elasticsearch:8.7.1
66+ image : docker.elastic.co/elasticsearch/elasticsearch:8.15.5
6767 ports :
6868 - 9200:9200
6969 - 9300:9300
@@ -95,7 +95,7 @@ services:
9595 profiles :
9696 - all
9797 - kibana
98- image : docker.elastic.co/kibana/kibana:8.7.1
98+ image : docker.elastic.co/kibana/kibana:8.15.5
9999 ports :
100100 - 5601:5601
101101 environment :
@@ -108,7 +108,7 @@ services:
108108 profiles :
109109 - all
110110 - kibana
111- image : docker.elastic.co/logstash/logstash:8.7.1
111+ image : docker.elastic.co/logstash/logstash:8.15.5
112112 volumes :
113113 - $PWD/../technical/pipelines.yml:/config/pipelines.yml:Z
114114 - $PWD/../technical/logstash.conf:/usr/share/logstash/pipeline/logstash.conf:Z
You can’t perform that action at this time.
0 commit comments