Add a section to README.md about running docker-compose up (#4224)

* Add a section to README.md about running docker-compose up

* fix port
This commit is contained in:
Chris Stewart 2022-03-29 09:58:31 -05:00 committed by GitHub
parent 52bb6f6daf
commit 3a5ae90cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,16 @@ We recommend using the web frontend for beginners.
2. [Desktop GUI](https://bitcoin-s.org/docs/applications/gui#running-the-gui)
3. [Headless backend](https://bitcoin-s.org/docs/applications/server#app-server)
#### Docker
In this repo, you can just run
```
APP_PASSWORD=topsecret docker-compose up
```
which will spin up a docker environment that starts syncing the backend and will allow you to visit
the web frontend of the wallet at `localhost:30002`
### What is bitcoin-s?