Skip to content

Commit

Permalink
feat: add argument to both docker run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
smuu authored Sep 21, 2023
1 parent 06d48bf commit 005dddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ devnet node for testing without depending on the network or service.
## To run the Docker image from ghcr.io

```bash
docker run \
docker run -t -i \
-p 26657:26657 -p 26658:26658 -p 26659:26659 -p 9090:9090 \
ghcr.io/rollkit/local-celestia-devnet:latest
```
Expand Down

0 comments on commit 005dddf

Please sign in to comment.