Commit 85d8bac9 authored by Anthony Lapenna's avatar Anthony Lapenna

Updated documentation section related to Elasticsearch data persistence.

Close #19
parent 827777ff
......@@ -158,7 +158,9 @@ elasticsearch:
## How can I store Elasticsearch data?
In order to persist Elasticsearch data, you'll have to mount a volume on your Docker host. Update the elasticsearch container declaration to:
The data stored in Elasticsearch will be persisted after container reboot but not after container removal.
In order to persist Elasticsearch data even after removing the Elasticsearch container, you'll have to mount a volume on your Docker host. Update the elasticsearch container declaration to:
```yml
elasticsearch:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment