mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 10:44:21 +01:00
correct docker fragment
This commit is contained in:
@@ -14,13 +14,13 @@ services:
|
|||||||
bitcoin-datadir=/etc/groestlcoin
|
bitcoin-datadir=/etc/groestlcoin
|
||||||
bitcoin-rpcconnect=groestlcoind
|
bitcoin-rpcconnect=groestlcoind
|
||||||
announce-addr=${BTCPAY_HOST}:9737
|
announce-addr=${BTCPAY_HOST}:9737
|
||||||
bind-addr=0.0.0.0:9735
|
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
|
||||||
volumes:
|
volumes:
|
||||||
- "clightning_bitcoin_datadir:/root/.lightning"
|
- "clightning_groestlcoin_datadir:/root/.lightning"
|
||||||
- "bitcoin_datadir:/etc/bitcoin"
|
- "bitcoin_datadir:/etc/groestlcoin"
|
||||||
- "nbxplorer_datadir:/root/.nbxplorer"
|
- "nbxplorer_datadir:/root/.nbxplorer"
|
||||||
ports:
|
ports:
|
||||||
- "9737:9737"
|
- "9737:9737"
|
||||||
|
|||||||
Reference in New Issue
Block a user