From eab6ef2a9bd002f13ff199c4696edb9b62071683 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 6 Jun 2024 07:43:03 +0200 Subject: [PATCH] change ports --- taiko-hekla.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/taiko-hekla.yml b/taiko-hekla.yml index cdbb9f25..a394d36b 100644 --- a/taiko-hekla.yml +++ b/taiko-hekla.yml @@ -11,8 +11,8 @@ services: - 8545 - 8551 ports: - - "52158:52158" - - "52158:52158/udp" + - "50213:50213" + - "50213:50213/udp" command: | --taiko --networkid 167009 @@ -33,8 +33,8 @@ services: --ws.port 8545 --ws.origins "*" --gpo.defaultprice "10000000" - --port 52158 - --discovery.port 52158 + --port 50213 + --discovery.port 50213 --maxpeers 50 --maxpendpeers 0 labels: