From 6c322f9fbd69efbca5efcee88a4fbb3524903fdd Mon Sep 17 00:00:00 2001 From: Dan Garthwaite Date: Wed, 9 Oct 2019 21:44:38 -0400 Subject: [PATCH] Fix IP range to match docker-compose --- environment/lbrycrd.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment/lbrycrd.env b/environment/lbrycrd.env index 0f9551f..be4ca85 100644 --- a/environment/lbrycrd.env +++ b/environment/lbrycrd.env @@ -10,4 +10,4 @@ GID=$UID ## This should be the internal container IP from which you'll be calling the RPC for Lbrycrdd from. ## TODO: make this more dynamic before we move to scalability -RPC_ALLOW_IP=10.5.1.3 +RPC_ALLOW_IP=10.6.1.3