From a9499f805a470dc870a5f4b2beaa65f2c575d9f3 Mon Sep 17 00:00:00 2001 From: Nadav Ivgi Date: Tue, 13 Feb 2024 14:56:28 +0200 Subject: [PATCH] docs: Mention pre-built docker image in README (#465) Refs #459 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0721c77..9cb021b2 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,8 @@ be configured to the URL reachable by the server, typically `http://localhost:30 docker build -t esplora . ``` +Alternatively, you may use the pre-built [`blockstream/esplora` image](https://hub.docker.com/r/blockstream/esplora) from Docker Hub. + ## How to run the explorer for Bitcoin mainnet ```