From 85d8bac97981f4d5001f1c5cd3aa072bc74ad551 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 4 Nov 2015 19:20:47 +0100 Subject: [PATCH] Updated documentation section related to Elasticsearch data persistence. Close #19 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b49059..aa7450d 100644 --- a/README.md +++ b/README.md @@ -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: