We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58eabb4 commit da5c166Copy full SHA for da5c166
src/common/NodeSpecs/reth/reth-v1.0.0.json
@@ -17,9 +17,9 @@
17
"webSocketAllowedOrigins": "http://localhost"
18
},
19
"docker": {
20
- "containerVolumePath": "/root/.local/share/reth/mainnet/db",
+ "containerVolumePath": "/root/.local/share/reth/mainnet",
21
"raw": "",
22
- "forcedRawNodeInput": "node --color never --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /root/.local/share/reth/mainnet/db/jwtsecret --ipcdisable"
+ "forcedRawNodeInput": "node --color never --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /root/.local/share/reth/mainnet/jwtsecret --ipcdisable"
23
}
24
25
"imageName": "ghcr.io/paradigmxyz/reth",
0 commit comments