You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/server-infrastructure.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Server infrastructure with IPFS Cluster
3
3
description: IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating, and tracking a global pin-set distributed among multiple peers. Learn how to install it here.
4
-
current-ipfs-cluster-version: v1.0.2
4
+
current-ipfs-cluster-version: v1.0.3
5
5
---
6
6
7
7
# Server infrastructure
@@ -46,13 +46,13 @@ If you're having issues here, head over to the [official Docker documentation to
46
46
1. Download the latest `ipfs-cluster-ctl` package from [dist.ipfs.tech](https://dist.ipfs.tech/#ipfs-cluster-ctl):
tar xvzf ipfs-cluster-ctl_v1.0.2_linux-amd64.tar.gz
55
+
tar xvzf ipfs-cluster-ctl_v1.0.3_linux-amd64.tar.gz
56
56
57
57
> ipfs-cluster-ctl/ipfs-cluster-ctl
58
58
> ipfs-cluster-ctl/LICENSE
@@ -61,10 +61,10 @@ If you're having issues here, head over to the [official Docker documentation to
61
61
> ipfs-cluster-ctl/README.md
62
62
```
63
63
64
-
1. Download the [`docker-compose.yml` file](https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.0.2/docker-compose.yml) and place it into the `ipfs-cluster-ctl` directory:
64
+
1. Download the [`docker-compose.yml` file](https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.0.3/docker-compose.yml) and place it into the `ipfs-cluster-ctl` directory:
0 commit comments