1
0

change ports

This commit is contained in:
Andrew Camilleri
2018-12-07 14:16:35 +01:00
parent 322565e6fa
commit 594597c580

View File

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