Browse Source

add comment with reference to `Peering.Peers` setting

Fabian Peter Hammerle 2 years ago
parent
commit
0473a2b6d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      entrypoint.sh

+ 1 - 0
entrypoint.sh

@@ -26,6 +26,7 @@ if [ "$IPFS_SWARM_ADDRS" != "default" ]; then
     ipfs_config_jq_edit '.Addresses.Swarm |= $ARGS.positional' --args $IPFS_SWARM_ADDRS
 fi
 
+# compare https://github.com/ipfs/go-ipfs/blob/v0.11.0/docs/config.md#peering
 if [ ! -z "$IPFS_BOOTSTRAP_ADD" ]; then
     # + ipfs bootstrap add -- /dnsaddr/...
     # Error: api not running