Closed TrezorHannes closed 1 year ago
Node runner @maxmerlin78 restarted LND 0.5x with docker-compose restart lnd, and after the restart, the clearnet connection became unavailable
docker-compose restart lnd
sudo wg show
Need to verify what happens when docker-compose restart is used, over ~/umbrel/scripts/app stop lightning && ~/umbrel/scripts/app start lightning
docker-compose restart
~/umbrel/scripts/app stop lightning && ~/umbrel/scripts/app start lightning
Situation
Node runner @maxmerlin78 restarted LND 0.5x with
docker-compose restart lnd
, and after the restart, the clearnet connection became unavailableDetails
sudo wg show
was emptyValidation
Need to verify what happens when
docker-compose restart
is used, over~/umbrel/scripts/app stop lightning && ~/umbrel/scripts/app start lightning