From 025709fe7f8bd1527888720bedc23b0fbf9993f2 Mon Sep 17 00:00:00 2001 From: Wyatt Date: Thu, 21 Sep 2017 18:35:24 -0400 Subject: [PATCH] set cluster secret to empty in test image --- docker/test-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/test-entrypoint.sh b/docker/test-entrypoint.sh index 80030704..83111f9e 100644 --- a/docker/test-entrypoint.sh +++ b/docker/test-entrypoint.sh @@ -41,6 +41,7 @@ ipfs-cluster-service --version if [ -e "$IPFS_CLUSTER_PATH/service.json" ]; then echo "Found IPFS cluster configuration at $IPFS_CLUSTER_PATH" else + export CLUSTER_SECRET="" ipfs-cluster-service init sed -i 's/127\.0\.0\.1\/tcp\/9094/0.0.0.0\/tcp\/9094/' "$IPFS_CLUSTER_PATH/service.json" sed -i 's/127\.0\.0\.1\/tcp\/9095/0.0.0.0\/tcp\/9095/' "$IPFS_CLUSTER_PATH/service.json"