Skip to content

Commit

Permalink
Merge branch 'main' into tee_prover_new_2
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldh authored Oct 11, 2024
2 parents e4264ee + 748ee1b commit 3d77b90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-docs-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
- name: Lints
run: |
ci_run zk_supervisor fmt --check
ci_run zk_supervisor lint -t md --check
4 changes: 2 additions & 2 deletions docs/guides/external-node/00_quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ sudo docker compose --file testnet-external-node-docker-compose.yml down --volum

### Observability

You can see the status of the node (after recovery) in [local grafana dashboard](http://localhost:3000/dashboards).
You can also access a debug page with more information about the node [here](http://localhost:5000).
You can see the status of the node (after recovery) in [local grafana dashboard](http://localhost:3000/dashboards). You
can also access a debug page with more information about the node [here](http://localhost:5000).

The HTTP JSON-RPC API can be accessed on port `3060` and WebSocket API can be accessed on port `3061`.

Expand Down

0 comments on commit 3d77b90

Please sign in to comment.