From 32a3ffa6b77dac9e013d2ec47bd8f47561d80b5e Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Sun, 6 Oct 2024 15:59:22 -0400 Subject: [PATCH] Update websocket bind config item --- btcpayserver/stub_btcpay_setup.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/btcpayserver/stub_btcpay_setup.sh b/btcpayserver/stub_btcpay_setup.sh index acc6c19..3f80182 100755 --- a/btcpayserver/stub_btcpay_setup.sh +++ b/btcpayserver/stub_btcpay_setup.sh @@ -72,9 +72,18 @@ services: environment: LIGHTNINGD_OPT: | announce-addr-dns=true - experimental-websocket-port=9736 + bind-addr=ws::9736 experimental-peer-storage experimental-offers +EOL + +# if [ "$DEPLOY_CLBOSS_PLUGIN" = true ]; then +# cat >> "$SITE_PATH/btcpay.sh" <> "$SITE_PATH/btcpay.sh" <