mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
(chore) fix reth book dockercmd with correct datadir path for volume (#4753)
This commit is contained in:
@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user