Merge pull request #748 from bhandras/regtest-fixup

regtest: fix loopserver address
pull/751/head
András Bánki-Horváth 2 weeks ago committed by GitHub
commit 2a3c70fa62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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