mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
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:
parent
52bb6f6daf
commit
3a5ae90cc2
10
README.md
10
README.md
@ -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?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user