1
0

Fix docker timeouts

This commit is contained in:
nicolas.dorier
2018-12-11 23:39:07 +09:00
parent bd6d077a26
commit 1a282f103a
7 changed files with 13 additions and 14 deletions

View File

@@ -3,4 +3,4 @@
. /etc/profile.d/btcpay-env.sh
cd "`dirname $BTCPAY_ENV_FILE`"
docker-compose -f $BTCPAY_DOCKER_COMPOSE up --remove-orphans -d
docker-compose -f $BTCPAY_DOCKER_COMPOSE up --remove-orphans -d -t "${COMPOSE_HTTP_TIMEOUT:-180}"