Skip to content

Commit

Permalink
Merge pull request #4938 from motorina0/issue_4937
Browse files Browse the repository at this point in the history
docker: add an extra listener for localhost
  • Loading branch information
Roasbeef authored Jan 28, 2021
2 parents 85f4d2b + 3ad6ff1 commit 8911a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/lnd/start-lnd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ exec lnd \
"--$BACKEND.rpcuser"="$RPCUSER" \
"--$BACKEND.rpcpass"="$RPCPASS" \
"--rpclisten=$HOSTNAME:10009" \
"--rpclisten=localhost:10009" \
--debuglevel="$DEBUG" \
"$@"

0 comments on commit 8911a18

Please sign in to comment.