From c2c2094e3656e2616ee776881bba743ff281e769 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 13 Jun 2024 06:52:23 +0200 Subject: [PATCH] change port --- scroll-mainnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scroll-mainnet.yml b/scroll-mainnet.yml index f674c188..4402d4a3 100644 --- a/scroll-mainnet.yml +++ b/scroll-mainnet.yml @@ -7,14 +7,14 @@ services: # HTTP server / GraphQL API - 8545 ports: - - "27374:27374" - - "27374:27374/udp" + - "38907:38907" + - "38907:38907/udp" command: [ "--scroll", # Blockchain sync mode ("snap", "full" or "light") "--syncmode=full", - "--port=27374", + "--port=38907", "--nat=extip:$IP", # Megabytes of memory allocated to internal caching "--cache=8192",