From f331090f16c2521b4bddbd31bd26c9a8bb1a63e3 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:38:01 +0200 Subject: [PATCH] expose the p2p port also --- geth-linea.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/geth-linea.yml b/geth-linea.yml index 589c090e..81731343 100644 --- a/geth-linea.yml +++ b/geth-linea.yml @@ -5,6 +5,7 @@ services: build: ./linea/geth expose: # HTTP server / GraphQL API + - 63017 - 8545 ports: - "63017:63017"