From 2a137d6ab5ab83f62774643016c3356c1690ffb2 Mon Sep 17 00:00:00 2001 From: Adrien Lacombe <6303520+adrienlacombe@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:19:31 +0100 Subject: [PATCH 1/2] add comment on network config Signed-off-by: Adrien Lacombe <6303520+adrienlacombe@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c910a59..f506b1e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ If you encounter configuration issues, you can: ```yaml # The address of your beacon node's HTTP API. +# Replace localhost IP by your local network IP in case your beacon is running direct on the OS beaconNodeAddress: http://127.0.0.1:64692 # The address to serve metrics on (optional, disabled if empty). From 493dd546950917a7ac5ed297dd4feae1e95feece Mon Sep 17 00:00:00 2001 From: Adrien Lacombe <6303520+adrienlacombe@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:54:26 +0100 Subject: [PATCH 2/2] add commend on mode Signed-off-by: Adrien Lacombe <6303520+adrienlacombe@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f506b1e..71ba106 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ If you encounter configuration issues, you can: ```yaml # The address of your beacon node's HTTP API. -# Replace localhost IP by your local network IP in case your beacon is running direct on the OS +# Replace localhost IP by your local network IP in case your beacon is running direct on the OS, +# you also might have to run contributoor using systemd and not docker beaconNodeAddress: http://127.0.0.1:64692 # The address to serve metrics on (optional, disabled if empty).