mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49: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
|
||||
docker run \
|
||||
-v rethdata:/root/.local/share/reth/mainnet/db \
|
||||
-v rethdata:/root/.local/share/reth/mainnet \
|
||||
-d \
|
||||
-p 9001:9001 \
|
||||
-p 30303:30303 \
|
||||
|
||||
Reference in New Issue
Block a user