mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 08:04:21 +01:00
Fix Tor issue on old deployments
This commit is contained in:
1
Production-NoReverseProxy/.gitignore
vendored
Normal file
1
Production-NoReverseProxy/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
torrc.tmpl
|
||||
1
Production/.gitignore
vendored
Normal file
1
Production/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
torrc.tmpl
|
||||
@@ -33,6 +33,7 @@ fi
|
||||
. ./build.sh
|
||||
if [ "$BTCPAYGEN_OLD_PREGEN" == "true" ]; then
|
||||
cp Generated/docker-compose.generated.yml $BTCPAY_DOCKER_COMPOSE
|
||||
cp Generated/torrc.tmpl "$(dirname "$BTCPAY_DOCKER_COMPOSE")/torrc.tmpl"
|
||||
fi
|
||||
|
||||
if ! grep -Fxq "export COMPOSE_HTTP_TIMEOUT=\"180\"" "/etc/profile.d/btcpay-env.sh"; then
|
||||
|
||||
Reference in New Issue
Block a user