From 11b1892205661caaf2d091666b8bb89a52570b26 Mon Sep 17 00:00:00 2001 From: BT Date: Thu, 20 Aug 2020 00:41:30 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdede6a..b1b4827 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ docker run --name=specter-desktop --network=host --rm -v $HOME/.specter:/data/.s ### Docker compose -This is a bit complex but the idea is to make sure there is a bitcoind installation. Note that the IP needs to be specified (this is as per design by the specter project). However we probably can hack in an entrypoint to improve the flow of things. +This is a bit complex but the idea is to make sure there is a bitcoind installation. Note that the IP needs to be specified (this is as per design by the specter project). However we probably can hack in an entrypoint to improve the flow of things going forward. I also used host networking for ease of use.