btcpayserver-docker/btcpay-up.sh
2018-12-12 00:10:15 +09:00

7 lines
175 B
Bash
Executable File

#!/bin/bash
. /etc/profile.d/btcpay-env.sh
cd "`dirname $BTCPAY_ENV_FILE`"
docker-compose -f $BTCPAY_DOCKER_COMPOSE up --remove-orphans -d -t "${COMPOSE_HTTP_TIMEOUT:-180}"