(chore) fix reth book dockercmd with correct datadir path for volume (#4753)

This commit is contained in:
prames
2023-09-24 16:15:48 +05:30
committed by GitHub
parent b7a6eedd3a
commit 2de29fb0ff

View File

@ -61,7 +61,7 @@ To run Reth with Docker, run:
```bash ```bash
docker run \ docker run \
-v rethdata:/root/.local/share/reth/db \ -v rethdata:/root/.local/share/reth/mainnet/db \
-d \ -d \
-p 9001:9001 \ -p 9001:9001 \
-p 30303:30303 \ -p 30303:30303 \