From 506cd3ecdb1029c27db1943bde2aa7ad7f8c94b4 Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Sun, 2 Dec 2018 21:41:42 +0000 Subject: [PATCH] docs: remove IPFS_BOOTSTRAP ref from README It doesn't look like the IPFS_BOOTSTRAP env var does anything these days, so this PR removes it from the README and the DOCKERFILE License: MIT Signed-off-by: Oli Evans --- Dockerfile | 1 - README.md | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ee9e1bf024..f9f1bd4ec2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ WORKDIR /usr/src/app COPY . /usr/src/app ENV IPFS_WRTC_LINUX_WINDOWS=1 -ENV IPFS_BOOTSTRAP=1 ENV IPFS_MONITORING=1 ENV IPFS_PATH=/root/.jsipfs ENV IPFS_API_HOST=0.0.0.0 diff --git a/README.md b/README.md index f839130a50..137daabc96 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ -
+

@@ -182,8 +182,6 @@ Commands: - default repo location: `~/.jsipfs` (can be changed with env variable `IPFS_PATH`) - default swarm port: `4002` - default API port: `5002` -- default Bootstrap is off, to enable it set `IPFS_BOOTSTRAP=1` - ### IPFS Daemon