Solo docker run - documentation clarity #780
miketwenty1
started this conversation in
General
Replies: 1 comment 5 replies
-
|
@miketwenty1 Can you please post your variables here? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Trying to run RTL with minimum configuration in docker
To Reproduce
docker run -d --name rtl -p 3001:3000
-e LN_SERVER_URL=https://LND_NODE_IP:8080
-e LN_IMPLEMENTATION=LND
-v /path/to/macroon:/root/.lnd/data/chain/bitcoin/mainnet/
shahanafarooqui/rtl:0.11.1
Tried using the
MACAROON_PATHenvironment variable but it seemed to not be used and I got errors which made me mount the macaroon to/root/.lnd/data/chain/bitcoin/mainnet/as it was being looked for there.Not sure what to do with
HOSTenvironment variable. It's not clear to me how to run this solo without errors.After resetting password I get errors in the ui and in the docker logs.
Beta Was this translation helpful? Give feedback.
All reactions