From 8ec23e3a3241388450e542168d40c89a3aec5e99 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Tue, 28 Jan 2025 17:38:02 +1100 Subject: [PATCH] feat: Add volume mount info for docker to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c18439c..05b6b8f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ Then access the wallet at http://localhost:5000 Also available as a docker image: - To run using a HSD running directly on the host: ```bash @@ -47,6 +46,8 @@ If you have HSD running on a different IP/container sudo docker run -p 5000:5000 -e hsd_api=yourapikeyhere -e hsd_ip=hsdcontainer git.woodburn.au/nathanwoodburn/firewallet:latest ``` +For Docker you can mount a volume to persist the user data (/app/user_data) + ## Features - Basic wallet functionality - Create new wallet