mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 18:34:19 +01:00
Can configure LIGHTNING_ALIAS
This commit is contained in:
@@ -11,6 +11,7 @@ services:
|
||||
bitcoin-rpcconnect=bitcoind
|
||||
ipaddr=${BTCPAY_HOST}
|
||||
network=${NBITCOIN_NETWORK:-regtest}
|
||||
alias=${LIGHTNING_ALIAS:-}
|
||||
chain=btc
|
||||
volumes:
|
||||
- "clightning_bitcoin_datadir:/root/.lightning"
|
||||
|
||||
@@ -11,6 +11,7 @@ services:
|
||||
bitcoin-rpcconnect=litecoind
|
||||
ipaddr=${BTCPAY_HOST}:9736
|
||||
network=${NBITCOIN_NETWORK:-regtest}
|
||||
alias=${LIGHTNING_ALIAS:-}
|
||||
chain=ltc
|
||||
volumes:
|
||||
- "clightning_litecoin_datadir:/root/.lightning"
|
||||
|
||||
Reference in New Issue
Block a user