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