mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
newline
This commit is contained in:
parent
2aa1854e24
commit
c34f788b27
@ -1,5 +1,11 @@
|
||||
# About this docker-compose
|
||||
|
||||
This docker-compose shows how to configure postgres, bitcoind, NBXplorer and BTCPay.
|
||||
This docker-compose shows how to configure postgres, bitcoind, NBXplorer and BTCPay on regtest.
|
||||
|
||||
It exposes BTCPay on the host address http://localhost:8080/.
|
||||
It also exposes Bitcoin Core RPC which you can access through port 8081 `bitcoin-cli -regtest -rpcport=8081 -rpcpassword=DwubwWsoo3 -rpcuser=ceiwHEbqWI83 getblockcount`.
|
||||
|
||||
It also exposes Bitcoin Core RPC which you can access through port 8081:
|
||||
|
||||
```
|
||||
bitcoin-cli -regtest -rpcport=8081 -rpcpassword=DwubwWsoo3 -rpcuser=ceiwHEbqWI83 getblockcount
|
||||
```
|
Loading…
Reference in New Issue
Block a user