1
0
Files
btcpayserver-docker/docker-compose-generator/docker-fragments/opt-lnd_bitcoin-autopilot.yml
Markus Petzsch 6a07e150fa Create opt-lnd_bitcoin-autopilot.yml
enable autopilot for bitcoin LND with default settings. please adapt to your needs!
2018-08-24 16:15:05 +02:00

12 lines
382 B
YAML

version: "3"
services:
lnd_bitcoin:
environment:
# If you don't use Lightning Network, use opt-save-store-xxs instead
# This save about 1 years of block, your lightning node won't be able to see channel created 1 year since the time you start it.
LND_EXTRA_ARGS: |
autopilot.active=1
autopilot.maxchannels=5
autopilot.allocation=0.6