Skip to content

Commit

Permalink
fix: docker link 404
Browse files Browse the repository at this point in the history
by Jacob
  • Loading branch information
icezohu committed Oct 18, 2023
1 parent 572d27c commit b233e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/subquery_network/indexers/install-indexer-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Now, let's explore how to run the Indexing Service Locally step-by-step.

```bash
mkdir subquery-indexer && cd subquery-indexer
curl https://raw.githubusercontent.com/subquery/indexer-services/kepler/docker-compose.yml -o docker-compose.yml
curl https://raw.githubusercontent.com/subquery/network-indexer-services/main/deploy/docker-compose.yml -o docker-compose.yml

# extra steps to use local ipfs node
mkdir ipfs
curl https://raw.githubusercontent.com/subquery/indexer-services/kepler/ipfs/ipfs.sh -o ipfs/ipfs.sh
curl https://raw.githubusercontent.com/subquery/network-indexer-services/main/deploy/ipfs/ipfs.sh -o ipfs/ipfs.sh
chmod +x ipfs/ipfs.sh
```

Expand Down

0 comments on commit b233e2e

Please sign in to comment.