feat: Add volume mount info for docker to readme
This commit is contained in:
parent
f84359a74b
commit
8ec23e3a32
@ -34,7 +34,6 @@ Then access the wallet at http://localhost:5000
|
|||||||
|
|
||||||
|
|
||||||
Also available as a docker image:
|
Also available as a docker image:
|
||||||
|
|
||||||
To run using a HSD running directly on the host:
|
To run using a HSD running directly on the host:
|
||||||
|
|
||||||
```bash
|
```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
|
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
|
## Features
|
||||||
- Basic wallet functionality
|
- Basic wallet functionality
|
||||||
- Create new wallet
|
- Create new wallet
|
||||||
|
Loading…
Reference in New Issue
Block a user