Browse Source

Bump GRS lightning (#268)

master
gruve-p 5 years ago
committed by GitHub
parent
commit
2e3b33bdd3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      docker-compose-generator/docker-fragments/groestlcoin-clightning.yml

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

@ -2,7 +2,7 @@ version: "3"
services:
clightning_groestlcoin:
image: groestlcoin/lightning:v0.8.0
image: groestlcoin/lightning:v0.8.1
stop_signal: SIGKILL
container_name: btcpayserver_clightning_groestlcoin
restart: unless-stopped
@ -29,7 +29,7 @@ services:
- nbxplorer
- groestlcoind
clightning_groestlcoin_charge:
image: groestlcoin/groestlcoin-lightning-charge:version-0.4.11
image: groestlcoin/groestlcoin-lightning-charge:version-0.4.16
restart: unless-stopped
environment:
NETWORK: ${NBITCOIN_NETWORK:-regtest}
@ -54,7 +54,7 @@ services:
links:
- clightning_groestlcoin
clightning_groestlcoin_spark:
image: groestlcoin/groestlcoin-spark:version-0.2.9
image: groestlcoin/groestlcoin-spark:version-0.2.12
stop_signal: SIGKILL
restart: unless-stopped
environment:

Loading…
Cancel
Save