1
0

Bump c-lightning

This commit is contained in:
nicolas.dorier
2019-01-13 18:18:12 +09:00
parent 123e45cca9
commit 1b5777b2da
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ version: "3"
services:
clightning_bitcoin:
image: btcpayserver/lightning:v0.6.3-rc1
image: btcpayserver/lightning:v0.6.3
stop_signal: SIGKILL
container_name: btcpayserver_clightning_bitcoin
restart: unless-stopped

View File

@@ -2,7 +2,7 @@ version: "3"
services:
clightning_litecoin:
image: btcpayserver/lightning:v0.6.3-rc1
image: btcpayserver/lightning:v0.6.3
stop_signal: SIGKILL
container_name: btcpayserver_clightning_litecoin
restart: unless-stopped