We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19f8dc commit a67385cCopy full SHA for a67385c
.drone.yml
@@ -203,7 +203,7 @@ services:
203
- name: redis
204
image: redis:7.4.3
205
- name: elastic
206
- image: docker.elastic.co/elasticsearch/elasticsearch:8.18.0
+ image: docker.elastic.co/elasticsearch/elasticsearch:8.18.1
207
environment:
208
discovery.type: single-node
209
xpack.security.enabled: false
opencti-platform/opencti-dev/docker-compose.yml
@@ -14,7 +14,7 @@ services:
14
- 5540:5540
15
opencti-dev-elasticsearch:
16
container_name: opencti-dev-elasticsearch
17
18
volumes:
19
- esdata:/usr/share/elasticsearch/data
20
- essnapshots:/usr/share/elasticsearch/snapshots
0 commit comments