Hello Easy question on docker compose

Hello :slightly_smiling_face:

I just upgraded to Umbrel 1.3 on a RPI4, seems to work well.

Ehh, just a question.

A loooooong time ago I had taken note of a few command lines (which I never use but I though I might get further into it someday).

To look into the lightning channels, wallet and soon from cli

All started with

~/umbrel/scripts/app compose lightning exec lnd lncli .....

It seems that now I get an error response.

This script requires "docker-compose" to be installed

Which seems rather strange. Umbrel being heavily dependent on docker and compose obviously compose is installed …

Ehh what am I missing here ?

Thanks for any info :slightly_smiling_face:

Ok, replying to my own question. :slightly_smiling_face:

Now the syntax will be

sudo docker exec -it lightning_lnd_1 lncli <lnclicommand>

and to find lightning_lnd_1

Look into the list by

sudo docker ps -a

:slightly_smiling_face: