1
0

fix port litecoin

This commit is contained in:
nicolas.dorier
2018-03-22 12:19:37 +09:00
parent 7e6da812d1
commit 286eb56814

View File

@@ -9,6 +9,7 @@ services:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/litecoin
bitcoin-rpcconnect=litecoind
port=9736
ipaddr=${BTCPAY_HOST}:9736
network=${NBITCOIN_NETWORK:-regtest}
alias=${LIGHTNING_ALIAS}
@@ -17,7 +18,7 @@ services:
- "clightning_litecoin_datadir:/root/.lightning"
- "litecoin_datadir:/etc/litecoin"
ports:
- "9736:9735"
- "9736:9736"
links:
- litecoind
btcpayserver: