Browse Source

fix spark numero due

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

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

@ -34,7 +34,7 @@ services:
BTCPAY_GRSEXTERNALSPARK: "server=${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}${BTCPAY_ROOTPATH:-/}spark/grs;cookiefile=/etc/clightning_groestlcoin_spark/.cookie"
volumes:
- "clightning_groestlcoin_datadir:/etc/clightning_groestlcoin"
- "clightning_groestlcoin_spark:/etc/groestlcoin_spark"
- "clightning_groestlcoin_spark:/etc/clightning_groestlcoin_spark"
links:
- clightning_groestlcoin
clightning_groestlcoin_spark:

Loading…
Cancel
Save