mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 18:34:19 +01:00
Route litecoin to port 9736
This commit is contained in:
@@ -9,12 +9,14 @@ services:
|
||||
LIGHTNINGD_OPT: |
|
||||
bitcoin-datadir=/etc/litecoin
|
||||
bitcoin-rpcconnect=litecoind
|
||||
ipaddr=${BTCPAY_HOST}
|
||||
ipaddr=${BTCPAY_HOST}:9736
|
||||
network=${NBITCOIN_NETWORK:-regtest}
|
||||
chain=ltc
|
||||
volumes:
|
||||
- "clightning_litecoin_datadir:/root/.lightning"
|
||||
- "litecoin_datadir:/etc/litecoin"
|
||||
ports:
|
||||
- "9736:9735"
|
||||
links:
|
||||
- litecoind
|
||||
btcpayserver:
|
||||
|
||||
Reference in New Issue
Block a user