From c14e8a41ffd76cd4225dc6b93bd91859b8bd51b9 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 23 Mar 2024 16:40:32 +0100 Subject: [PATCH] fix --- bsc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsc.yml b/bsc.yml index 549c2145..bb2f57ff 100644 --- a/bsc.yml +++ b/bsc.yml @@ -14,7 +14,7 @@ services: volumes: - bsc:/bsc/node - ./bsc/config:/bsc/config - command: "--port=29061 --history.transactions=0 --syncmode=full --db.engine=pebble --state.scheme=path --http.addr 0.0.0.0 --http.port 8545 --http.vhosts '*' --verbosity 5 --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*'" + command: "--port=29061 --history.transactions=0 --syncmode=full --db.engine=pebble --state.scheme=path --http.addr 0.0.0.0 --http.port 8545 --http.vhosts '*' --verbosity 5 --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --datadir /bsc/node --config /bsc/config/config.toml" restart: unless-stopped stop_grace_period: 3m networks: