From e5719e812587e06e9b14dd3841a9e9a73759bb9a Mon Sep 17 00:00:00 2001 From: yorickdowne <71337066+yorickdowne@users.noreply.github.com> Date: Fri, 31 Mar 2023 09:21:13 -0400 Subject: [PATCH] Set Reth discovery port for P2P (#1238) --- reth.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reth.yml b/reth.yml index e4b22441..8185cf18 100644 --- a/reth.yml +++ b/reth.yml @@ -50,6 +50,8 @@ services: - /var/lib/reth/reth.toml - --port - ${EL_P2P_PORT:-30303} + - --discovery.port + - ${EL_P2P_PORT:-30303} - --http - --http.addr - 0.0.0.0