File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 44
551 . Download the docker compose
66
7+ ``` shell
78curl -L https://raw.githubusercontent.com/lambdaclass/ethrex/main/tooling/l2/dev/docker-compose.yaml -o docker-compose.yaml
9+ ```
810
9112 . Start the containers
1012
1113``` shell
1214docker compose up
1315```
1416
15- 3 . Stop the containers and delete the volumes
17+ 3 . Stop the containers and delete the databases
1618
1719> [ !NOTE]
18- > It is recommended to delete all the volumes because blockscout will keep the old state of the blockchain on its db
19- > but ethrex l2 dev mode starts a new chain on every restart. For this reason we use the ` -v ` flag
20+ > It is recommended to delete all the databases related to the containers because blockscout will keep the old state of the blockchain on its db
21+ > but ethrex l2 dev mode starts a new chain on every restart.
2022
2123``` shell
22- docker compose down -v
24+ docker compose down
2325```
26+
27+ ``` shell
28+ rm -rf blockscout-db-data dets logs/ redis-data stats-db-data
You can’t perform that action at this time.
0 commit comments