Skip to content
Snippets Groups Projects
Commit e88b5aa6 authored by Gilles Filippini's avatar Gilles Filippini
Browse files

fix(doc): volume /etc/duniter is for the keyfile

parent 544f21e4
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ Restart the stopped node: ...@@ -35,7 +35,7 @@ Restart the stopped node:
### Volumes ### 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/). See more about managing volumes with docker in the [docker documentation](https://docs.docker.com/storage/volumes/).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment