restart lnd if crash

This commit is contained in:
nicolas.dorier
2018-07-14 02:07:39 +09:00
parent d7a3e99752
commit 494e6933e1
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ services:
lnd_bitcoin:
image: btcpayserver/lnd:0.4.2.0
container_name: btcpayserver_lnd_bitcoin
restart: unless-stopped
environment:
LND_CHAIN: "btc"
LND_ENVIRONMENT: "${NBITCOIN_NETWORK:-regtest}"

View File

@@ -4,6 +4,7 @@ services:
lnd_litecoin:
image: btcpayserver/lnd:0.4.2.0
container_name: btcpayserver_lnd_litecoin
restart: unless-stopped
environment:
LND_CHAIN: "ltc"
LND_ENVIRONMENT: "${NBITCOIN_NETWORK:-regtest}"