Skip to content

Commit

Permalink
docs(website): remove l3 docker compose file reference (#15019)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Wang <99078276+dantaik@users.noreply.github.com>
  • Loading branch information
szymcio32 and dantaik committed Oct 24, 2023
1 parent 5d5b72d commit 1fec243
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,11 @@ If you do not want to delete the node folder, please follow one of these steps b
6. Do the same for `start-zkevm-chain-rpcd.sh`
7. Do the same for `start-proposer.sh`
8. Do the same for `start-driver.sh`
9. The same goes for files in the l3 folder
10. Then go back to command line and do:
9. Then go back to command line and do:

```sh
docker compose -f ./docker-compose.l3.yml --env-file .env.l3 down -v
docker compose down -v
docker compose up -d
docker compose -f ./docker-compose.l3.yml --env-file .env.l3 up -d
```

</Tab>
Expand Down

0 comments on commit 1fec243

Please sign in to comment.