From cd7660399617ba8d9cdff9990174c90960d344b9 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 23 Mar 2024 17:09:03 +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 55d82669..f9e760f4 100644 --- a/bsc.yml +++ b/bsc.yml @@ -13,7 +13,7 @@ services: - "8546" - "29061" volumes: - - bsc:/bsc/node + - bsc:/data - ./bsc/config:/bsc/config environment: GETH_HTTP_ADDR: 0.0.0.0 @@ -26,7 +26,7 @@ services: GETH_WS_ORIGINS: '*' GETH_DISCOVERY_PORT: 29061 GETH_PORT: 29061 - GETH_DATADIR: /bsc/node + #GETH_DATADIR: /bsc/node GETH_STATE_SCHEME: path GETH_DB_ENGINE: pebble GETH_SYNCMODE: full