Merge pull request #748 from bhandras/regtest-fixup

regtest: fix loopserver address
This commit is contained in:
András Bánki-Horváth 2024-05-21 10:06:12 +02:00 committed by GitHub
commit 2a3c70fa62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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