Merge pull request #5 from yapsr/patch-2

Add restart policy for parsedmarc, as elasticsearch service takes a while to start
This commit is contained in:
Oscar Reimer
2020-09-28 13:58:06 +02:00
committed by GitHub

View File

@@ -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