expose the p2p port also

This commit is contained in:
Sebastian
2023-10-18 09:38:01 +02:00
parent 8b1602130b
commit f331090f16

View File

@@ -5,6 +5,7 @@ services:
build: ./linea/geth build: ./linea/geth
expose: expose:
# HTTP server / GraphQL API # HTTP server / GraphQL API
- 63017
- 8545 - 8545
ports: ports:
- "63017:63017" - "63017:63017"