Skip to content

Commit

Permalink
Merge pull request #34 from scroll-tech/early-access-readme
Browse files Browse the repository at this point in the history
fix README: frontends port and url
  • Loading branch information
dghelm authored Jun 5, 2024
2 parents cef1cc0 + 230506d commit e9de032
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Accessing browser UIs from your machine will depend on your configuration. The e
#### Using port-forward

```bash
kubectl port-forward svc/frontends 8082:3000
kubectl port-forward svc/frontends 8082:80
```

After starting the project, then go to your browser and check `http://localhost:8082/`
Expand All @@ -75,7 +75,8 @@ If you enabled ingress on your cluster, you can add the following entries:

where `1.2.3.4` is the IP of your cluster.

Then go to your browser and check `http://blockscout.local/`
Then go to your browser and check `http://frontends.local/`

### Blockscout
Accessing Blockscout depends on your configuration.

Expand Down

0 comments on commit e9de032

Please sign in to comment.