Skip to content

Commit

Permalink
Merge pull request lightninglabs#748 from bhandras/regtest-fixup
Browse files Browse the repository at this point in the history
regtest: fix loopserver address
  • Loading branch information
bhandras authored May 21, 2024
2 parents 3843c39 + 7f40042 commit 2a3c70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regtest/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -142,4 +142,4 @@ networks:
volumes:
bitcoind:
lndserver:
lndclient:
lndclient:

0 comments on commit 2a3c70f

Please sign in to comment.