File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ services:
188
188
POSTGRES_PASSWORD : openbas
189
189
POSTGRES_DB : openbas
190
190
- name : elastic
191
- image : docker.elastic.co/elasticsearch/elasticsearch:8.18.0
191
+ image : docker.elastic.co/elasticsearch/elasticsearch:9.0.1
192
192
environment :
193
193
discovery.type : single-node
194
194
xpack.security.enabled : false
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ services:
80
80
PGADMIN_DEFAULT_PASSWORD : ${PGADMIN_PASSWORD}
81
81
openbas-dev-elasticsearch :
82
82
container_name : openbas-dev-elasticsearch
83
- image : docker.elastic.co/elasticsearch/elasticsearch:8.18.0
83
+ image : docker.elastic.co/elasticsearch/elasticsearch:9.0.1
84
84
volumes :
85
85
- esdata:/usr/share/elasticsearch/data
86
86
- essnapshots:/usr/share/elasticsearch/snapshots
You can’t perform that action at this time.
0 commit comments