From a9bc88f7d59041a169bc86c39ebe865c517d057c Mon Sep 17 00:00:00 2001
From: Gilles Filippini <pini@debian.org>
Date: Sun, 9 May 2021 21:50:31 +0200
Subject: [PATCH] fix(doc): volume /etc/duniter is for the keyfile

---
 doc/use/docker.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/use/docker.md b/doc/use/docker.md
index 3cb43386c..aa001f0e3 100644
--- a/doc/use/docker.md
+++ b/doc/use/docker.md
@@ -35,7 +35,7 @@ Restart the stopped node:
 
 ### Volumes
 
-The container creates 2 docker volumes. The first one is mounted under `/etc/duniter` and contains the Duniter configuration. The other one is mounted under the Duniter home directory, i.e. `/var/lib/duniter`. This is the place the Duniter database will be stored.
+The container creates 2 docker volumes. The first one is mounted under the Duniter home directory, i.e. `/var/lib/duniter`. This is the place the Duniter configuration files and database will be stored. The other one is mounted under `/etc/duniter` which is where the user's keyfile is expected to be.
 
 See more about managing volumes with docker in the [docker documentation](https://docs.docker.com/storage/volumes/).
 
-- 
GitLab