diff --git a/btcpay-up.sh b/btcpay-up.sh new file mode 100755 index 0000000..53a1560 --- /dev/null +++ b/btcpay-up.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +. /etc/profile.d/btcpay-env.sh + +cd "`dirname $BTCPAY_ENV_FILE`" +docker-compose -f $BTCPAY_DOCKER_COMPOSE up -d