change ports
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
|||||||
bitcoin-rpcport=43782
|
bitcoin-rpcport=43782
|
||||||
log-level=debug
|
log-level=debug
|
||||||
announce-addr=${BTCPAY_HOST}:9737
|
announce-addr=${BTCPAY_HOST}:9737
|
||||||
bind-addr=0.0.0.0:9737
|
bind-addr=0.0.0.0:9735
|
||||||
|
|
||||||
network=${NBITCOIN_NETWORK:-regtest}
|
network=${NBITCOIN_NETWORK:-regtest}
|
||||||
alias=${LIGHTNING_ALIAS}
|
alias=${LIGHTNING_ALIAS}
|
||||||
@@ -26,7 +26,7 @@ services:
|
|||||||
- "groestlcoin_datadir:/etc/groestlcoin"
|
- "groestlcoin_datadir:/etc/groestlcoin"
|
||||||
- "nbxplorer_datadir:/root/.nbxplorer"
|
- "nbxplorer_datadir:/root/.nbxplorer"
|
||||||
ports:
|
ports:
|
||||||
- "9737:9737"
|
- "9737:9735"
|
||||||
links:
|
links:
|
||||||
- nbxplorer
|
- nbxplorer
|
||||||
- groestlcoind
|
- groestlcoind
|
||||||
|
|||||||
Reference in New Issue
Block a user