Skip to content

Commit

Permalink
docs: update documentation on running node with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mFragaBA authored Mar 27, 2024
1 parent 121c86c commit d9c9abd
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 @@ -106,7 +106,7 @@ If you intend on running the node inside a Docker container, you will need to fo
2. Run the Docker container

```sh
docker run --name miden-node -p 57291:57291 -d miden-node-image
cargo make docker-run-node
```

This command will run the node as a container named `miden-node` using the `miden-node-image` and make port `57291` available (rpc endpoint).
Expand Down

0 comments on commit d9c9abd

Please sign in to comment.