From fc737d9e7e3a5580ec073421d5b433783cb28fe1 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 20 Feb 2024 08:15:32 +0100 Subject: [PATCH] fix --- besu-fullnode.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/besu-fullnode.yml b/besu-fullnode.yml index da1b8954..09012079 100644 --- a/besu-fullnode.yml +++ b/besu-fullnode.yml @@ -17,9 +17,9 @@ services: - .jwtsecret:/jwt.hex command: [ - "--rpc-ws-host='0.0.0.0'", + "--rpc-ws-host=0.0.0.0", "--rpc-ws-enabled=true", - "--rpc-http-host='0.0.0.0'", + "--rpc-http-host=0.0.0.0", "--rpc-http-enabled=true", "--host-allowlist=*", "--rpc-http-cors-origins=*",