Skip to content

Commit ea5e178

Browse files
Bumped documentation & installation docs.
1 parent 4183850 commit ea5e178

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/install/server-infrastructure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Server infrastructure with IPFS Cluster
33
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
55
---
66

77
# Server infrastructure
@@ -46,13 +46,13 @@ If you're having issues here, head over to the [official Docker documentation to
4646
1. Download the latest `ipfs-cluster-ctl` package from [dist.ipfs.tech](https://dist.ipfs.tech/#ipfs-cluster-ctl):
4747

4848
```shell
49-
wget https://dist.ipfs.tech/ipfs-cluster-ctl/v1.0.2/ipfs-cluster-ctl_v1.0.2_linux-amd64.tar.gz
49+
wget https://dist.ipfs.tech/ipfs-cluster-ctl/v1.0.3/ipfs-cluster-ctl_v1.0.3_linux-amd64.tar.gz
5050
```
5151

5252
1. Unzip the package:
5353

5454
```shell
55-
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
5656
5757
> ipfs-cluster-ctl/ipfs-cluster-ctl
5858
> ipfs-cluster-ctl/LICENSE
@@ -61,10 +61,10 @@ If you're having issues here, head over to the [official Docker documentation to
6161
> ipfs-cluster-ctl/README.md
6262
```
6363

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:
6565

6666
```shell
67-
wget https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.0.2/docker-compose.yml
67+
wget https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.0.3/docker-compose.yml
6868
```
6969

7070
1. Start the cluster using `docker-compose`. You may have to run as root:

0 commit comments

Comments
 (0)