mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs(docker): improper docker volume path causes data loss (#7590)
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/mainnet/db \
|
-v rethdata:/root/.local/share/reth/mainnet \
|
||||||
-d \
|
-d \
|
||||||
-p 9001:9001 \
|
-p 9001:9001 \
|
||||||
-p 30303:30303 \
|
-p 30303:30303 \
|
||||||
|
|||||||
Reference in New Issue
Block a user