Skip to content

Commit

Permalink
Update run-a-taiko-node.mdx
Browse files Browse the repository at this point in the history
add --remove-orphans
  • Loading branch information
nollie0107 authored Aug 10, 2023
1 parent 747c295 commit ab40266
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ Make sure Docker is running and then run the following command to start the node
For a Grimsvotn L2 node:

```sh
docker compose up -d
docker compose up -d --remove-orphans
```

For an Eldfell L3 node:

```sh
docker compose -f ./docker-compose.l3.yml --env-file .env.l3 up -d
docker compose -f ./docker-compose.l3.yml --env-file .env.l3 up -d --remove-orphans
```

### Verify node is running
Expand Down

0 comments on commit ab40266

Please sign in to comment.