fix for calle, expose lnd-1 port to host

This commit is contained in:
dni 2022-07-16 12:33:37 +02:00
commit 54a1a15fce

View file

@ -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