From 26de04f61ff836a83c1bd4941fe7bfcbeee998f3 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 23 Mar 2024 17:04:48 +0100 Subject: [PATCH] sam same but different --- bsc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsc.yml b/bsc.yml index 3e631d32..55d82669 100644 --- a/bsc.yml +++ b/bsc.yml @@ -17,10 +17,10 @@ services: - ./bsc/config:/bsc/config environment: GETH_HTTP_ADDR: 0.0.0.0 - GETH_HTTP: true + GETH_HTTP: 'true' GETH_HTTP_PORT: 8545 GETH_HTTP_VHOSTS: '*' - GETH_WS: true + GETH_WS: 'true' GETH_WS_ADDR: 0.0.0.0 GETH_WS_PORT: 8545 GETH_WS_ORIGINS: '*'