Skip to content

Commit 7608042

Browse files
committed
docker-regtest: fix loop-server config
1 parent 52135a4 commit 7608042

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

regtest/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ services:
6363
- "--lnd.host=regtest_lndserver_1:10009"
6464
- "--lnd.macaroondir=/root/.lnd/data/chain/bitcoin/regtest"
6565
- "--lnd.tlspath=/root/.lnd/tls.cert"
66+
- "--bitcoind.zmqpubrawblock=tcp://regtest_bitcoind_1:28332"
67+
- "--bitcoind.zmqpubrawtx=tcp://regtest_bitcoind_1:28333"
6668

6769
lndclient:
6870
image: lightninglabs/lnd:v0.17.0-beta
@@ -114,4 +116,4 @@ networks:
114116

115117
volumes:
116118
lndserver:
117-
lndclient:
119+
lndclient:

0 commit comments

Comments
 (0)