From 4a50846a501836f4238009ae4e8f8221c18e87be Mon Sep 17 00:00:00 2001 From: crebsy <121096251+crebsy@users.noreply.github.com> Date: Wed, 17 Jul 2024 08:21:51 +0200 Subject: [PATCH] fix: typo --- node_configs/reth/1.0.1/docker-compose-full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_configs/reth/1.0.1/docker-compose-full.yml b/node_configs/reth/1.0.1/docker-compose-full.yml index e2a7d5a..f8b0c36 100644 --- a/node_configs/reth/1.0.1/docker-compose-full.yml +++ b/node_configs/reth/1.0.1/docker-compose-full.yml @@ -11,7 +11,7 @@ services: node --full --authrpc.addr 0.0.0.0 - --http" + --http --http.addr 0.0.0.0 --http.api all --http.corsdomain *