mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. /etc/profile.d/btcpay-env.sh
|
|
|
|
cd "`dirname $BTCPAY_ENV_FILE`"
|
|
docker-compose -f $BTCPAY_DOCKER_COMPOSE up -d
|