fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
op-sepolia:
|
||||
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${OP_SEPOLIA_RETH_VERSION:-v1.3.4}
|
||||
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_SEPOLIA_RETH_VERSION:-v1.3.4}
|
||||
user: root
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
entrypoint: [/usr/local/bin/op-reth, node]
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10326
|
||||
|
||||
Reference in New Issue
Block a user