debricked / dmarc-visualizer

Analyse and visualize DMARC results using open-source tools
Apache License 2.0
632 stars 160 forks source link

Persistance? #26

Open kdomke opened 2 years ago

kdomke commented 2 years ago

Maybe I am stupid, but every time I restart this, I get an empty database.

Where do I have to add a volume to not loose my data?

lasat commented 2 years ago

You should add a volume to elasticsearch: docker-compose.override.yml

version: '3.5'
services:
  elasticsearch:
    volumes:
      - ./data/es:/usr/share/elasticsearch/data