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