mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-19 06:04:24 +01:00
remove chain option
This commit is contained in:
@@ -17,10 +17,8 @@ services:
|
|||||||
log-level=debug
|
log-level=debug
|
||||||
announce-addr=${BTCPAY_HOST}:9737
|
announce-addr=${BTCPAY_HOST}:9737
|
||||||
bind-addr=0.0.0.0:9735
|
bind-addr=0.0.0.0:9735
|
||||||
|
|
||||||
network=${NBITCOIN_NETWORK:-regtest}
|
network=${NBITCOIN_NETWORK:-regtest}
|
||||||
alias=${LIGHTNING_ALIAS}
|
alias=${LIGHTNING_ALIAS}
|
||||||
chain=grs
|
|
||||||
volumes:
|
volumes:
|
||||||
- "clightning_groestlcoin_datadir:/root/.lightning"
|
- "clightning_groestlcoin_datadir:/root/.lightning"
|
||||||
- "groestlcoin_datadir:/etc/groestlcoin"
|
- "groestlcoin_datadir:/etc/groestlcoin"
|
||||||
|
|||||||
Reference in New Issue
Block a user