We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3ecb6 commit 3674b54Copy full SHA for 3674b54
docker-compose.yml
@@ -10,9 +10,16 @@ services:
10
restart: on-failure
11
12
elasticsearch:
13
- image: docker.elastic.co/elasticsearch/elasticsearch:7.17.5
+ image: docker.elastic.co/elasticsearch/elasticsearch:8.10.2
14
environment:
15
- discovery.type=single-node
16
+ - xpack.security.enabled=false
17
18
19
+ - xpack.security.enrollment.enabled=false
20
+ - xpack.security.http.ssl.enabled=false
21
+ - xpack.security.transport.ssl.enabled=false
22
+ - xpack.security.transport.ssl.verification_mode=certificate
23
volumes:
24
- parsedmarc_elastic_data:/usr/share/elasticsearch/data
25
0 commit comments