dmarc-visualizer icon indicating copy to clipboard operation
dmarc-visualizer copied to clipboard

Persistance?

Open kdomke opened this issue 3 years ago • 1 comments

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?

kdomke avatar Nov 13 '21 11:11 kdomke

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

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

lasat avatar Dec 23 '21 08:12 lasat