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.
1 parent 52135a4 commit 7608042Copy full SHA for 7608042
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