Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit d3345a5

Browse files
olizillaAlan Shaw
authored and
Alan Shaw
committed
docs: remove IPFS_BOOTSTRAP ref from README (#1745)
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 <[email protected]>
1 parent a39770e commit d3345a5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ WORKDIR /usr/src/app
44
COPY . /usr/src/app
55

66
ENV IPFS_WRTC_LINUX_WINDOWS=1
7-
ENV IPFS_BOOTSTRAP=1
87
ENV IPFS_MONITORING=1
98
ENV IPFS_PATH=/root/.jsipfs
109
ENV IPFS_API_HOST=0.0.0.0

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<a href="http://ipfs.io/"><img src="https://img.shields.io/badge/project-IPFS-blue.svg?style=flat" /></a>
1212
<a href="http://webchat.freenode.net/?channels=%23ipfs"><img src="https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat" /></a>
1313
<a href="https://github.com/ipfs/team-mgmt/blob/master/MGMT_JS_CORE_DEV.md"><img src="https://img.shields.io/badge/team-mgmt-blue.svg?style=flat" /></a>
14-
<br>
14+
<br>
1515
<a href="https://github.com/ipfs/interface-ipfs-core"><img src="https://img.shields.io/badge/interface--ipfs--core-API%20Docs-blue.svg"></a>
1616
<a href="https://github.com/ipfs/interface-ipfs-core/issues/55"><img src="https://img.shields.io/badge/interface--ipfs--core-Updates-blue.svg"></a>
1717
</p>
@@ -182,8 +182,6 @@ Commands:
182182
- default repo location: `~/.jsipfs` (can be changed with env variable `IPFS_PATH`)
183183
- default swarm port: `4002`
184184
- default API port: `5002`
185-
- default Bootstrap is off, to enable it set `IPFS_BOOTSTRAP=1`
186-
187185

188186
### IPFS Daemon
189187

0 commit comments

Comments
 (0)