Remove neutrino.suredbits.com:8333 from docker-compose.yml (#5492)

This commit is contained in:
Chris Stewart 2024-03-24 11:03:39 -05:00 committed by GitHub
parent b25cc8a8a5
commit 0bd59789e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,6 @@ services:
- ./data/wallet:/bitcoin-s - ./data/wallet:/bitcoin-s
environment: environment:
BITCOIN_S_NODE_MODE: "neutrino" BITCOIN_S_NODE_MODE: "neutrino"
BITCOIN_S_NODE_PEERS: "neutrino.suredbits.com:8333"
BITCOIN_S_TOR_PROVIDED: "true" BITCOIN_S_TOR_PROVIDED: "true"
BITCOIN_S_PROXY_ENABLED: "false" BITCOIN_S_PROXY_ENABLED: "false"
BITCOIN_S_TOR_ENABLED: "false" BITCOIN_S_TOR_ENABLED: "false"