Browse Source

Merge branch 'flatcloud0b3-develop-patch-19941' into 'develop'

Update DOCKER_advanced_setups.md - fix typo

See merge request dojo/samourai-dojo!225
umbrel
kenshin-samourai 4 years ago
parent
commit
5ff67153df
  1. 4
      doc/DOCKER_advanced_setups.md

4
doc/DOCKER_advanced_setups.md

@ -11,7 +11,7 @@ A word of caution, though, the default values of these options try to maximize y
- [Local Electrum server used as data source for imports/rescans](#local_electrum) - [Local Electrum server used as data source for imports/rescans](#local_electrum)
- [Local Whirlpool client](#local_whirlpool) - [Local Whirlpool client](#local_whirlpool)
- [External Bitcoin full node](#external_bitcoind) - [External Bitcoin full node](#external_bitcoind)
- [bitcoind RPC API ans ZMQ notifications exposed to external apps](#exposed_rpc_zmq) - [bitcoind RPC API and ZMQ notifications exposed to external apps](#exposed_rpc_zmq)
- [Static onion address for bitcoind hidden service](#static_onion) - [Static onion address for bitcoind hidden service](#static_onion)
- [Configure Tor Bridges](#tor_bridges) - [Configure Tor Bridges](#tor_bridges)
- [Support of testnet](#testnet) - [Support of testnet](#testnet)
@ -282,7 +282,7 @@ Follow these steps if you want to speed up this operation by preloading an archi
<a name="exposed_rpc_zmq"/> <a name="exposed_rpc_zmq"/>
## bitcoind RPC API ans ZMQ notifications exposed to external apps ## ## bitcoind RPC API and ZMQ notifications exposed to external apps ##
By default, access to the RPC API of your bitcoind is restricted to Docker containers hosted on the "dojonet" network. By default, access to the RPC API of your bitcoind is restricted to Docker containers hosted on the "dojonet" network.

Loading…
Cancel
Save