Browse Source

correct docker fragment

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

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

@ -14,13 +14,13 @@ services:
bitcoin-datadir=/etc/groestlcoin bitcoin-datadir=/etc/groestlcoin
bitcoin-rpcconnect=groestlcoind bitcoin-rpcconnect=groestlcoind
announce-addr=${BTCPAY_HOST}:9737 announce-addr=${BTCPAY_HOST}:9737
bind-addr=0.0.0.0:9735 bind-addr=0.0.0.0:9737
network=${NBITCOIN_NETWORK:-regtest} network=${NBITCOIN_NETWORK:-regtest}
alias=${LIGHTNING_ALIAS} alias=${LIGHTNING_ALIAS}
chain=grs chain=grs
volumes: volumes:
- "clightning_bitcoin_datadir:/root/.lightning" - "clightning_groestlcoin_datadir:/root/.lightning"
- "bitcoin_datadir:/etc/bitcoin" - "bitcoin_datadir:/etc/groestlcoin"
- "nbxplorer_datadir:/root/.nbxplorer" - "nbxplorer_datadir:/root/.nbxplorer"
ports: ports:
- "9737:9737" - "9737:9737"

Loading…
Cancel
Save