From ad4bfefee7310653c22f3aebc820feafb8680fe2 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Thu, 13 Jan 2022 05:51:36 -0800 Subject: [PATCH] Fix Docker README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e12e03e7..34dca4862 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ Note: the IP in the example above refers to Docker's default gateway IP address You can check if the instance is running by visiting http://localhost - the graphs will be populated as new transactions are detected. -## bitcoind+romanz/electrs configuration +## bitcoind+electrum configuration -In order to run with `romanz/electrs` as the backend, in addition to the settings required for running with `bitcoind` above, you will need to make the following changes to the `docker-compose.yml` file: +In order to run with a `electrum` compatible server as the backend, in addition to the settings required for running with `bitcoind` above, you will need to make the following changes to the `docker-compose.yml` file: - Under the `api` service, change the value of the `MEMPOOL_BACKEND` key from `none` to `electrum`: @@ -68,10 +68,10 @@ In order to run with `romanz/electrs` as the backend, in addition to the setting environment: ELECTRUM_HOST: "172.27.0.1" ELECTRUM_PORT: "50002" - ELECTRUM_TLS: "false" + ELECTRUM_TLS_ENABLED: "false" ``` -You can update any of the backend settings in the `mempool-config.json` file using the following environment variables to override them. +You can update any of the backend settings in the `mempool-config.json` file using the following environment variables to override them under the same `api` `environment` section. JSON: ```