This commit is contained in:
goldsquid
2026-07-06 19:29:29 +07:00
parent 27b33458de
commit 0e4b69c65d
2 changed files with 4 additions and 4 deletions

View File

@@ -62,9 +62,9 @@ services:
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0
- --discovery.port=
- --discovery.port=14265
- --discovery.v5.addr=0.0.0.0
- --discovery.v5.port=
- --discovery.v5.port=14265
- --engine.cross-block-cache-size=${KATANA_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50
- --max-outbound-peers=50

View File

@@ -62,9 +62,9 @@ services:
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0
- --discovery.port=
- --discovery.port=13767
- --discovery.v5.addr=0.0.0.0
- --discovery.v5.port=
- --discovery.v5.port=13767
- --engine.cross-block-cache-size=${KATANA_MAINNET_RETH_STATE_CACHE:-4096}
- --full
- --max-inbound-peers=50