Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
chore: swap docs back to beta2 (#695)
Browse files Browse the repository at this point in the history
Co-authored-by: Rashad Alston <[email protected]>
  • Loading branch information
ra0x3 and Rashad Alston authored Mar 23, 2023
1 parent b768823 commit d1a702f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ We can quickly create a bootstrapped database and start the Fuel indexer service
```bash
forc index start \
--embedded-database
--fuel-node-host beta-3.fuel.network \
--fuel-node-host node-beta-2.fuel.network \
--fuel-node-port 80
```

Expand Down
2 changes: 1 addition & 1 deletion docs/src/reference-guide/components/fuel-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can also connect the Fuel indexer to a remote Fuel node. To do so, use the e
## Fuel Node configuration
#
# fuel_node:
# host: https://beta-3.fuel.network
# host: https://node-beta-2.fuel.network
# port: 4000
```

Expand Down
2 changes: 1 addition & 1 deletion examples/block-explorer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
start_period: 80s
fuel-indexer:
image: ghcr.io/fuellabs/fuel-indexer:latest
command: bash -c "sleep 2 && ./fuel-indexer run --fuel-node-host beta-3.fuel.network --fuel-node-port 80 --postgres-host postgres --postgres-password postgres --graphql-api-host 0.0.0.0"
command: bash -c "sleep 2 && ./fuel-indexer run --fuel-node-host node-beta-2.fuel.network --fuel-node-port 80 --postgres-host postgres --postgres-password postgres --graphql-api-host 0.0.0.0"
ports:
- "29987:29987"
volumes:
Expand Down

0 comments on commit d1a702f

Please sign in to comment.