Переглянути джерело

add comment with reference to `Peering.Peers` setting

Fabian Peter Hammerle 2 роки тому
батько
коміт
0473a2b6d0
1 змінених файлів з 1 додано та 0 видалено
  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