Skip to content

Commit

Permalink
fixes from surfen debricked#45
Browse files Browse the repository at this point in the history
  • Loading branch information
Till Wiblishauser committed Dec 10, 2024
1 parent eb3ecb6 commit 3674b54
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@ services:
restart: on-failure

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.5
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.2
environment:
- discovery.type=single-node
- xpack.security.enabled=false
- xpack.security.enabled=false
- xpack.security.enabled=false
- xpack.security.enrollment.enabled=false
- xpack.security.http.ssl.enabled=false
- xpack.security.transport.ssl.enabled=false
- xpack.security.transport.ssl.verification_mode=certificate
volumes:
- parsedmarc_elastic_data:/usr/share/elasticsearch/data

Expand Down

0 comments on commit 3674b54

Please sign in to comment.