mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #748 from bhandras/regtest-fixup
regtest: fix loopserver address
This commit is contained in:
commit
2a3c70fa62
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue