diff --git a/bsc-testnet.yml b/bsc-testnet.yml index 6b2cce48..195e1a85 100644 --- a/bsc-testnet.yml +++ b/bsc-testnet.yml @@ -16,7 +16,7 @@ services: - bsc-testnet:/bsc/.ethereum - ./bsc-testnet/config:/bsc/config entrypoint: geth - command: --config=/bsc-testnet/config/config.toml --ws.origins='*' --history.transactions=0 --state.scheme=path --syncmode=full --db.engine=pebble --rpc.gascap=600000000 + command: --config=/bsc/config/config.toml --ws.origins='*' --history.transactions=0 --state.scheme=path --syncmode=full --db.engine=pebble --rpc.gascap=600000000 restart: unless-stopped stop_grace_period: 3m networks: