Add btcpay-down tool
For purposes of some monitoring tools that require both start and stop scripts.
This commit is contained in:
6
btcpay-down.sh
Normal file
6
btcpay-down.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
. /etc/profile.d/btcpay-env.sh
|
||||
|
||||
cd "`dirname $BTCPAY_ENV_FILE`"
|
||||
docker-compose -f $BTCPAY_DOCKER_COMPOSE down
|
||||
Reference in New Issue
Block a user