Skip to content

Commit 3674b54

Browse files
author
Till Wiblishauser
committed
fixes from surfen debricked#45
1 parent eb3ecb6 commit 3674b54

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docker-compose.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@ services:
1010
restart: on-failure
1111

1212
elasticsearch:
13-
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.5
13+
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.2
1414
environment:
1515
- discovery.type=single-node
16+
- xpack.security.enabled=false
17+
- xpack.security.enabled=false
18+
- xpack.security.enabled=false
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
1623
volumes:
1724
- parsedmarc_elastic_data:/usr/share/elasticsearch/data
1825

0 commit comments

Comments
 (0)