diff --git a/Dockerfile_monitor b/Dockerfile_monitor index fac52c6..082573a 100644 --- a/Dockerfile_monitor +++ b/Dockerfile_monitor @@ -21,6 +21,6 @@ ENV GODEBUG=madvdontneed=1 \ GOMEMLIMIT=512MiB \ GOGC=50 -EXPOSE 8000 +EXPOSE 8080 CMD ["dlockss-monitor"] diff --git a/README.md b/README.md index a51638f..aa4478b 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ services: restart: unless-stopped environment: DLOCKSS_IPFS_NODE: "/dns4/ipfs/tcp/5001" # "ipfs" resolves to the Kubo service below - DLOCKSS_DATA_DIR: "/data/ingest" # location that DLOCKSS monitors for igesting files + DLOCKSS_DATA_DIR: "/data/ingest" # location that D-LOCKSS monitors for ingesting files DLOCKSS_IPFS_CONFIG: "/ipfs-repo/config" # derive identity from IPFS node (shared peer ID) # DLOCKSS_NODE_NAME: my-node # human-readable name shown in the monitor; # # if empty the peer ID is displayed instead @@ -196,7 +196,7 @@ export DLOCKSS_MONITOR_GEOIP_DB=/path/to/GeoLite2-City.mmdb ``` Without a local database, the monitor falls back to the ip-api.com batch API with permanent caching. -The monitor bootstrap-subscribes to all shards up to depth 5 (63 shards) so it can see nodes even when started late. Set `DLOCKSS_MONITOR_BOOTSTRAP_SHARD_DEPTH` (0–12) to tune. +The monitor bootstrap-subscribes to all shards up to depth 6 (127 shards) so it can see nodes even when started late. Set `DLOCKSS_MONITOR_BOOTSTRAP_SHARD_DEPTH` (0–12) to tune. Alternatively use: https://dlockss-monitor.wmcloud.org. diff --git a/docs/DLOCKSS_PROTOCOL.md b/docs/DLOCKSS_PROTOCOL.md index 315db6c..b660bbc 100644 --- a/docs/DLOCKSS_PROTOCOL.md +++ b/docs/DLOCKSS_PROTOCOL.md @@ -243,7 +243,7 @@ services: volumes: - ipfs-data:/data/ipfs dlockss: - image: dlockss:latest + image: ghcr.io/gipplab/dlockss-single-node:latest depends_on: [ipfs] volumes: - ipfs-data:/ipfs-repo:ro