mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
Add btcpay-down tool
For purposes of some monitoring tools that require both start and stop scripts.
This commit is contained in:
parent
36f15ed36e
commit
918096dd6f
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
|
Loading…
Reference in New Issue
Block a user