mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-01-23 11:04:22 +01:00
8 lines
172 B
Bash
Executable File
8 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. /etc/profile.d/btcpay-env.sh
|
|
|
|
cd "`dirname $BTCPAY_ENV_FILE`"
|
|
docker-compose -f $BTCPAY_DOCKER_COMPOSE down
|
|
docker-compose -f $BTCPAY_DOCKER_COMPOSE up -d
|