Skip to content

Commit ed6d2af

Browse files
committed
format fix
1 parent de992a4 commit ed6d2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/en/indexing/tooling/graph-node.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ When it is running Graph Node exposes the following ports:
8989
>
9090
> - Exposing Graph Node's internal ports can lead to a full system compromise.
9191
> - These ports must remain **private**: JSON-RPC Admin endpoint, Indexing Status API, and PostgreSQL.
92-
> - Do not expose 8000 (GraphQL HTTP) and 8001 (GraphQL WebSocket) directly to the internet. Even though these are used for GraphQL queries, they should ideally be proxied though `indexer-agent` and served behind a production-grade proxy.
92+
> - Do not expose 8000 (GraphQL HTTP) and 8001 (GraphQL WebSocket) directly to the internet. Even though these are used for GraphQL queries, they should ideally be proxied though `indexer-agent` and served behind a production-grade proxy.
9393
> - Lock everything else down with firewalls or private networks.
9494
9595
## Advanced Graph Node configuration

0 commit comments

Comments
 (0)