Skip to content

Commit

Permalink
Merge pull request debricked#5 from yapsr/patch-2
Browse files Browse the repository at this point in the history
Add restart policy for parsedmarc, as elasticsearch service takes a while to start
  • Loading branch information
sweoggy authored Sep 28, 2020
2 parents f3fe25e + c5efa17 commit ddf4109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddf4109

Please sign in to comment.