mirror of
https://github.com/debricked/dmarc-visualizer.git
synced 2026-02-17 07:03:57 +00:00
Update docker-compose.yml
Add restart policy for parsedmarc, as elasticsearch service takes a while to start
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
||||
command: parsedmarc -c /parsedmarc.ini /input/*
|
||||
depends_on:
|
||||
- elasticsearch
|
||||
restart: on-failure
|
||||
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.6.0
|
||||
|
||||
Reference in New Issue
Block a user