Merge pull request #4938 from motorina0/issue_4937

docker: add an extra listener for localhost
This commit is contained in:
Olaoluwa Osuntokun 2021-01-27 16:58:46 -08:00 committed by GitHub
commit 8911a18b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,5 +65,6 @@ exec lnd \
"--$BACKEND.rpcuser"="$RPCUSER" \
"--$BACKEND.rpcpass"="$RPCPASS" \
"--rpclisten=$HOSTNAME:10009" \
"--rpclisten=localhost:10009" \
--debuglevel="$DEBUG" \
"$@"