Browse Source

fix announcements

feature/auto_ssh
Kukks 6 years ago
parent
commit
7ebd125951
  1. 4
      docker-compose-generator/docker-fragments/groestlcoin-clightning.yml

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

@ -15,7 +15,7 @@ services:
bitcoin-rpcconnect=groestlcoind bitcoin-rpcconnect=groestlcoind
bitcoin-rpcport=43782 bitcoin-rpcport=43782
log-level=debug log-level=debug
announce-addr=${BTCPAY_HOST}:9737 announce-addr=${BTCPAY_HOST}:9738
bind-addr=0.0.0.0:9735 bind-addr=0.0.0.0:9735
network=${NBITCOIN_NETWORK:-regtest} network=${NBITCOIN_NETWORK:-regtest}
alias=${LIGHTNING_ALIAS} alias=${LIGHTNING_ALIAS}
@ -50,7 +50,7 @@ services:
links: links:
- clightning_groestlcoin - clightning_groestlcoin
expose: expose:
- "9739" - "9739:9737"
volumes: volumes:
clightning_groestlcoin_datadir: clightning_groestlcoin_datadir:
clightning_groestlcoin_spark: clightning_groestlcoin_spark:

Loading…
Cancel
Save