[bug]: use docker compose, lnd can not start #8652
Replies: 5 comments
-
@youngxhui I've just tried running your command and it works as expected:
A couple of reasons for this may happen:
To trace this more:
|
Beta Was this translation helpful? Give feedback.
-
this is bitcoind and lnd logs. Lnd is not connected bitcoind. lnd log
bitcoind.log
|
Beta Was this translation helpful? Give feedback.
-
@youngxhui Sorry for the late reply, Unfortunately I couldn't reproduce this issue I've just tried on ubuntu 22.04 and once again on mac and they are both working fine following the bitcoind docker container docs. Here are the log files captured for both lnd.log and bitcoind.log from the docker containers cc @guggero |
Beta Was this translation helpful? Give feedback.
-
Moving this to a discussion as this appears to be a troubleshooting case not an actual bug |
Beta Was this translation helpful? Give feedback.
-
Background
I use docker-compose build lnd and bitcoin ,but lnd has error when them start.
using docker-compose-bitcoin.yml
and start command:
NETWORK="regtest" docker-compose -f docker-compose-bitcoind.yml up
error log
then, the lnd container has stop.
Your environment
OS Linux server1 5.15.0-91-generic Fix numerous typos #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Docker version 24.0.7, build afdd53b
Beta Was this translation helpful? Give feedback.
All reactions