feat: Update readme to have docker

This commit is contained in:
2024-01-29 15:42:54 +11:00
parent 200e2318d3
commit 2076cb6d0c
2 changed files with 16 additions and 6 deletions

View File

@@ -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
```