From df7c4b12af2eef61252868e4a62366f54d49f395 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 22 Dec 2024 08:23:14 +0100 Subject: [PATCH] own port --- goat-mainnet.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/goat-mainnet.yml b/goat-mainnet.yml index 099de1e3..78a1b3ce 100644 --- a/goat-mainnet.yml +++ b/goat-mainnet.yml @@ -12,8 +12,8 @@ services: environment: - "GETH_STATE_SCHEME=path" - "GETH_DB_ENGINE=pebble" - - "GETH_DISCOVERY_PORT=18141" - - "GETH_PORT=18141" + - "GETH_DISCOVERY_PORT=47980" + - "GETH_PORT=47980" - "GETH_HTTP=true" - "GETH_HTTP_ADDR=0.0.0.0" - "GETH_HTTP_API=web3,eth,admin,net" @@ -30,8 +30,8 @@ services: - 8545 - 6060 ports: - - "18141:18141" - - "18141:18141/udp" + - "47980:47980" + - "47980:47980/udp" volumes: - "goat-mainnet:/root/.ethereum" - ./goat/mainnet/geth-entrypoint.sh:/entrypoint.sh