From f3b2eaa836e3e4def6f88836d73902b20a45d5ab Mon Sep 17 00:00:00 2001 From: Riccardo Masutti <46527252+RiccardoMasutti@users.noreply.github.com> Date: Thu, 14 May 2020 23:30:04 +0200 Subject: [PATCH] Add tip on changedomain.sh (#307) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e047dfa..34ec679 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ A wide variety of useful scripts are available once BTCPay is installed: * `bitcoin-cli.sh`: Access your Bitcoin node instance (for RPC) * `bitcoin-lightning-cli.sh`: Access your C-Lightning node instance (for RPC) -* `changedomain.sh`: Change the domain of your BTCPayServer +* `changedomain.sh`: Change the domain of your BTCPayServer (remember to disable 2FA/U2F first, as you risk being unable to log in to your account) * `btcpay-update.sh`: Update BTCPayServer to the latest version * `btcpay-up.sh`: Run `docker-compose up` * `btcpay-down.sh`: Run `docker-compose down`