We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ac0bd commit 5c33ea8Copy full SHA for 5c33ea8
docs/op-besu-docs/run-a-node/use_docker.md
@@ -29,7 +29,7 @@ openssl rand -hex 32 > jwt.txt
29
mkdir datadir
30
```
31
32
-## Start a Op-besu node
+## Start an Op-besu node
33
34
<Tabs>
35
<TabItem value="op sepolia" label="op sepolia" default>
@@ -83,4 +83,4 @@ The following settings are a security risk in production environments:
83
- Setting `--host-allowlist` to `"*"` allows JSON-RPC API access from any host.
84
- Setting `--rpc-http-cors-origins` to `"all"` or `"*"` allows cross-origin resource sharing (CORS) access from any domain.
85
86
-:::
+:::
0 commit comments