mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-19 15:14:19 +01:00
speicfy port
This commit is contained in:
@@ -13,9 +13,11 @@ services:
|
|||||||
LIGHTNINGD_OPT: |
|
LIGHTNINGD_OPT: |
|
||||||
bitcoin-datadir=/etc/groestlcoin
|
bitcoin-datadir=/etc/groestlcoin
|
||||||
bitcoin-rpcconnect=groestlcoind
|
bitcoin-rpcconnect=groestlcoind
|
||||||
|
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:9737
|
||||||
|
|
||||||
network=${NBITCOIN_NETWORK:-regtest}
|
network=${NBITCOIN_NETWORK:-regtest}
|
||||||
alias=${LIGHTNING_ALIAS}
|
alias=${LIGHTNING_ALIAS}
|
||||||
chain=grs
|
chain=grs
|
||||||
|
|||||||
Reference in New Issue
Block a user