1
0

Give timeout to stop docker-compose, SIGKILL clightning

This commit is contained in:
nicolas.dorier
2018-11-05 18:24:53 +09:00
parent 1eed2e6feb
commit 487565658a
8 changed files with 12 additions and 10 deletions

View File

@@ -36,4 +36,4 @@ for scriptname in *.sh; do
done
cd "`dirname $BTCPAY_ENV_FILE`"
docker-compose -f $BTCPAY_DOCKER_COMPOSE up -d --remove-orphans
docker-compose -f $BTCPAY_DOCKER_COMPOSE up -d --remove-orphans -t 180