Do not SIGKILL clightning, bump

This commit is contained in:
nicolas.dorier
2019-01-17 18:54:48 +09:00
parent 0a05923d28
commit b3336c667f
2 changed files with 2 additions and 4 deletions

View File

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

View File

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