mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
Add btcpay-up tool
This commit is contained in:
parent
f65571d2ac
commit
375e58a118
6
btcpay-up.sh
Executable file
6
btcpay-up.sh
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user