mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
Merge pull request #4938 from motorina0/issue_4937
docker: add an extra listener for localhost
This commit is contained in:
commit
8911a18b89
1 changed files with 1 additions and 0 deletions
|
@ -65,5 +65,6 @@ exec lnd \
|
|||
"--$BACKEND.rpcuser"="$RPCUSER" \
|
||||
"--$BACKEND.rpcpass"="$RPCPASS" \
|
||||
"--rpclisten=$HOSTNAME:10009" \
|
||||
"--rpclisten=localhost:10009" \
|
||||
--debuglevel="$DEBUG" \
|
||||
"$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue