From ece6f33593d76c6a14ad7e1d9b950160efe5169f Mon Sep 17 00:00:00 2001 From: yorickdowne <71337066+yorickdowne@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:40:56 -0400 Subject: [PATCH] Lh v6 fix (#1943) * Fix Lighthouse v6 * Revert "Fix Lighthouse v6" This reverts commit a76cc9986c546f0840680d83b05ce77aebb8f908. * LH cl only v6 --- lighthouse-cl-only.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lighthouse-cl-only.yml b/lighthouse-cl-only.yml index 31e0fdd0..2bedea1a 100644 --- a/lighthouse-cl-only.yml +++ b/lighthouse-cl-only.yml @@ -65,6 +65,9 @@ services: - 0.0.0.0 - --http-port - ${CL_REST_PORT:-5052} + - --http-allow-origin=* + - --listen-address + - 0.0.0.0 - --port - ${CL_P2P_PORT:-9000} - --quic-port