Update websocket bind config item
This commit is contained in:
parent
867a625a68
commit
32a3ffa6b7
@ -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" <<EOL
|
||||
# plugin=/root/.lightning/plugins/clboss
|
||||
# EOL
|
||||
# fi
|
||||
|
||||
cat >> "$SITE_PATH/btcpay.sh" <<EOL
|
||||
ports:
|
||||
- "${CLIGHTNING_WEBSOCKET_PORT}:9736"
|
||||
expose:
|
||||
@ -82,7 +91,6 @@ services:
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
# run the setup script.
|
||||
. ./btcpay-setup.sh -i
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user