diff --git a/docker/lnd/start-lnd.sh b/docker/lnd/start-lnd.sh index c7bfe305..17de514a 100755 --- a/docker/lnd/start-lnd.sh +++ b/docker/lnd/start-lnd.sh @@ -65,5 +65,6 @@ exec lnd \ "--$BACKEND.rpcuser"="$RPCUSER" \ "--$BACKEND.rpcpass"="$RPCPASS" \ "--rpclisten=$HOSTNAME:10009" \ + "--rpclisten=localhost:10009" \ --debuglevel="$DEBUG" \ "$@"