From 3a32ed67578012d7795eab131e10316df788e78f Mon Sep 17 00:00:00 2001 From: Will Roscoe Date: Fri, 9 Aug 2019 09:40:26 -0700 Subject: [PATCH] fix docker-compose to work with version > .18 Previous version of docker-compose file was giving `Binding RPC on address :: port 18332 failed.` This issue suggested this fix which works for me. https://github.com/bitcoin/bitcoin/issues/16209 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7783d9da3513..0c1d0af4e8f7 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,10 @@ services: environment: BITCOIN_EXTRA_ARGS: | testnet=1 - whitelist=0.0.0.0/0 server=1 + rpcallowip=0.0.0.0/0 + rpcbind=127.0.0.1 + rpcbind=bitcoind rpcuser=rpcuser rpcpassword=rpcpass expose: