Skip to content

Commit 2a3c70f

Browse files
authored
Merge pull request #748 from bhandras/regtest-fixup
regtest: fix loopserver address
2 parents 3843c39 + 7f40042 commit 2a3c70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regtest/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ services:
130130
- "loopd"
131131
- "--network=regtest"
132132
- "--debuglevel=debug"
133-
- "--server.host=loopclient:11009"
133+
- "--server.host=loopserver:11009"
134134
- "--server.notls"
135135
- "--lnd.host=lndclient:10009"
136136
- "--lnd.macaroonpath=/root/.lnd/data/chain/bitcoin/regtest/admin.macaroon"
@@ -142,4 +142,4 @@ networks:
142142
volumes:
143143
bitcoind:
144144
lndserver:
145-
lndclient:
145+
lndclient:

0 commit comments

Comments
 (0)