mirror of
https://github.com/OpenCTI-Platform/opencti.git
synced 2025-12-22 08:17:08 +00:00
[deps] Update elasticsearch Docker tag to v8.19.9
This commit is contained in:
@@ -313,7 +313,7 @@ services:
|
||||
- name: redis
|
||||
image: redis:8.4.0
|
||||
- name: elastic
|
||||
image: elasticsearch:8.19.8
|
||||
image: elasticsearch:8.19.9
|
||||
environment:
|
||||
discovery.type: single-node
|
||||
xpack.security.enabled: false
|
||||
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- 5540:5540
|
||||
opencti-dev-elasticsearch:
|
||||
container_name: opencti-dev-elasticsearch
|
||||
image: elasticsearch:8.19.8
|
||||
image: elasticsearch:8.19.9
|
||||
volumes:
|
||||
- esdata:/usr/share/elasticsearch/data
|
||||
- essnapshots:/usr/share/elasticsearch/snapshots
|
||||
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
elasticsearch:
|
||||
container_name: elasticsearch
|
||||
profiles: ["backend"]
|
||||
image: elasticsearch:8.19.8
|
||||
image: elasticsearch:8.19.9
|
||||
environment:
|
||||
- discovery.type=single-node
|
||||
- xpack.security.enabled=false
|
||||
|
||||
Reference in New Issue
Block a user