mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 17:47:01 +02:00
docker: add an extra listener for localhost
Make sure the lncli command can be used inside of the container without needing to specify the --rpcserver flag all the time. Issue: #4937
This commit is contained in:
@@ -65,5 +65,6 @@ exec lnd \
|
||||
"--$BACKEND.rpcuser"="$RPCUSER" \
|
||||
"--$BACKEND.rpcpass"="$RPCPASS" \
|
||||
"--rpclisten=$HOSTNAME:10009" \
|
||||
"--rpclisten=localhost:10009" \
|
||||
--debuglevel="$DEBUG" \
|
||||
"$@"
|
||||
|
Reference in New Issue
Block a user