Browse Source

add debug log

feature/auto_ssh
Andrew Camilleri 6 years ago
parent
commit
8d7eac670a
  1. 1
      docker-compose-generator/docker-fragments/groestlcoin-clightning.yml

1
docker-compose-generator/docker-fragments/groestlcoin-clightning.yml

@ -13,6 +13,7 @@ services:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/groestlcoin
bitcoin-rpcconnect=groestlcoind
log-level=debug
announce-addr=${BTCPAY_HOST}:9737
bind-addr=0.0.0.0:9737
network=${NBITCOIN_NETWORK:-regtest}

Loading…
Cancel
Save