Browse Source

Fix Tor issue on old deployments

feature/more-args
nicolas.dorier 5 years ago
parent
commit
bf4f104f59
No known key found for this signature in database GPG Key ID: 6618763EF09186FE
  1. 1
      Production-NoReverseProxy/.gitignore
  2. 1
      Production/.gitignore
  3. 1
      btcpay-update.sh

1
Production-NoReverseProxy/.gitignore

@ -0,0 +1 @@
torrc.tmpl

1
Production/.gitignore

@ -0,0 +1 @@
torrc.tmpl

1
btcpay-update.sh

@ -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

Loading…
Cancel
Save