docs(docker): improper docker volume path causes data loss (#7590)

This commit is contained in:
KallyDev
2024-04-12 21:14:20 +08:00
committed by GitHub
parent 4fb55eacfc
commit fe58f35027

View File

@ -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 \