Skip to content

Commit da5c166

Browse files
kallydevjgresham
authored andcommitted
fix: improper reth volume path
1 parent 58eabb4 commit da5c166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/NodeSpecs/reth/reth-v1.0.0.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"webSocketAllowedOrigins": "http://localhost"
1818
},
1919
"docker": {
20-
"containerVolumePath": "/root/.local/share/reth/mainnet/db",
20+
"containerVolumePath": "/root/.local/share/reth/mainnet",
2121
"raw": "",
22-
"forcedRawNodeInput": "node --color never --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /root/.local/share/reth/mainnet/db/jwtsecret --ipcdisable"
22+
"forcedRawNodeInput": "node --color never --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /root/.local/share/reth/mainnet/jwtsecret --ipcdisable"
2323
}
2424
},
2525
"imageName": "ghcr.io/paradigmxyz/reth",

0 commit comments

Comments
 (0)