diff --git a/docs/install/server-infrastructure.md b/docs/install/server-infrastructure.md index f4cad589d..7cb107801 100644 --- a/docs/install/server-infrastructure.md +++ b/docs/install/server-infrastructure.md @@ -1,7 +1,7 @@ --- title: Server infrastructure with IPFS Cluster 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. -current-ipfs-cluster-version: v1.0.2 +current-ipfs-cluster-version: v1.0.3 --- # Server infrastructure @@ -46,13 +46,13 @@ If you're having issues here, head over to the [official Docker documentation to 1. Download the latest `ipfs-cluster-ctl` package from [dist.ipfs.tech](https://dist.ipfs.tech/#ipfs-cluster-ctl): ```shell - wget https://dist.ipfs.tech/ipfs-cluster-ctl/v1.0.2/ipfs-cluster-ctl_v1.0.2_linux-amd64.tar.gz + wget https://dist.ipfs.tech/ipfs-cluster-ctl/v1.0.3/ipfs-cluster-ctl_v1.0.3_linux-amd64.tar.gz ``` 1. Unzip the package: ```shell - tar xvzf ipfs-cluster-ctl_v1.0.2_linux-amd64.tar.gz + tar xvzf ipfs-cluster-ctl_v1.0.3_linux-amd64.tar.gz > ipfs-cluster-ctl/ipfs-cluster-ctl > ipfs-cluster-ctl/LICENSE @@ -61,10 +61,10 @@ If you're having issues here, head over to the [official Docker documentation to > ipfs-cluster-ctl/README.md ``` -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: +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: ```shell - wget https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.0.2/docker-compose.yml + wget https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.0.3/docker-compose.yml ``` 1. Start the cluster using `docker-compose`. You may have to run as root: