From b119d8da2654af15a374e7878bd456255695e4f1 Mon Sep 17 00:00:00 2001 From: czarly <379651+czarly@users.noreply.github.com> Date: Mon, 14 Mar 2022 17:55:03 +0400 Subject: [PATCH] typo --- bsc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsc.yml b/bsc.yml index d253ac2e..66419c07 100644 --- a/bsc.yml +++ b/bsc.yml @@ -9,7 +9,7 @@ services: - "8546" - "30303" volumes: - - bsc_date:/datadir + - bsc_data:/datadir - ./bsc/config.toml:/config.toml command: "--cache 18000 --rpc --rpcaddr=\"0.0.0.0\" --rpc.allow-unprotected-txs --txlookuplimit 0 --syncmode snap --config /config.toml --datadir /datadir" restart: unless-stopped