regtest: fix loopserver address

pull/748/head
Andras Banki-Horvath 2 weeks ago
parent 3843c3906d
commit 7f40042424
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8

@ -130,7 +130,7 @@ services:
- "loopd"
- "--network=regtest"
- "--debuglevel=debug"
- "--server.host=loopclient:11009"
- "--server.host=loopserver:11009"
- "--server.notls"
- "--lnd.host=lndclient:10009"
- "--lnd.macaroonpath=/root/.lnd/data/chain/bitcoin/regtest/admin.macaroon"
@ -142,4 +142,4 @@ networks:
volumes:
bitcoind:
lndserver:
lndclient:
lndclient:

Loading…
Cancel
Save