From aa96596ab5a49586d1a788bc60c64eadbdce7caf Mon Sep 17 00:00:00 2001 From: Gonzalo Javier Aune Date: Tue, 5 May 2020 09:10:47 +0100 Subject: [PATCH] added externalip to the lnd command --- lnd_supervisor.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnd_supervisor.conf b/lnd_supervisor.conf index 2418ed5..aefcf25 100644 --- a/lnd_supervisor.conf +++ b/lnd_supervisor.conf @@ -1,6 +1,6 @@ [program:lnd] user=root -command=lnd --lnddir=/relay/.lnd/ +command=lnd --lnddir=/relay/.lnd/ --externalip=$(curl $ECS_CONTAINER_METADATA_URI | echo $(jq -r .DockerName).$NODE_DOMAIN) startretries=999999999999999999999999999 autostart=true autorestart=true \ No newline at end of file