You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
I have a simple question. I am able to run the bos command with: sudo docker exec --user node -it <docker_id_of_lndboss> /lndboss/node_modules/balanceofsatoshis/bos
But what is the correct command if I want to use "app compose". For example: sudo ~/umbrel/scripts/app compose lndboss exec --user node /lndboss/node_modules/balanceofsatoshis/bos doesn't return anything.
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
Hello and thank you very much for your solution!
I have a simple question. I am able to run the bos command with:
sudo docker exec --user node -it <docker_id_of_lndboss> /lndboss/node_modules/balanceofsatoshis/bos
But what is the correct command if I want to use "app compose". For example:
sudo ~/umbrel/scripts/app compose lndboss exec --user node /lndboss/node_modules/balanceofsatoshis/bos
doesn't return anything.Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: