We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52135a4 + 7608042 commit bfba4e5Copy full SHA for bfba4e5
regtest/docker-compose.yml
@@ -63,6 +63,8 @@ services:
63
- "--lnd.host=regtest_lndserver_1:10009"
64
- "--lnd.macaroondir=/root/.lnd/data/chain/bitcoin/regtest"
65
- "--lnd.tlspath=/root/.lnd/tls.cert"
66
+ - "--bitcoind.zmqpubrawblock=tcp://regtest_bitcoind_1:28332"
67
+ - "--bitcoind.zmqpubrawtx=tcp://regtest_bitcoind_1:28333"
68
69
lndclient:
70
image: lightninglabs/lnd:v0.17.0-beta
@@ -114,4 +116,4 @@ networks:
114
116
115
117
volumes:
118
lndserver:
- lndclient:
119
+ lndclient:
0 commit comments