forked from nathanwoodburn/firewalletbrowser
feat: Update readme to have docker
This commit is contained in:
11
README.md
11
README.md
@@ -21,4 +21,13 @@ python3 server.py
|
||||
python3 main.py
|
||||
```
|
||||
|
||||
Then access the wallet at http://localhost:5000
|
||||
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
|
||||
sudo docker run --network=host -e HSD_API_KEY=yourapikeyhere git.woodburn.au/nathanwoodburn/firewallet:latest
|
||||
```
|
||||
Reference in New Issue
Block a user