fix for calle, expose lnd-1 port to host
This commit is contained in:
parent
a57a880ea3
commit
54a1a15fce
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ services:
|
|||
image: boltz/lnd:0.14.2-beta
|
||||
restart: on-failure
|
||||
entrypoint: "sh -c 'sleep 20; lnd --listen=lnd-1:9735 --rpclisten=lnd-1:10009 --restlisten=lnd-1:8081 --bitcoin.active --bitcoin.regtest --bitcoin.node=bitcoind --bitcoind.rpchost=bitcoind --bitcoind.zmqpubrawtx=bitcoind:29000 --bitcoind.zmqpubrawblock=bitcoind:29001 --bitcoind.rpcuser=lnbits --bitcoind.rpcpass=lnbits --noseedbackup --protocol.wumbo-channels'"
|
||||
ports:
|
||||
- 8081:8081
|
||||
expose:
|
||||
- 8081
|
||||
- 9735
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue