From d9c9abd8eca24a3a749b4075b4aa66c8eb20b3a3 Mon Sep 17 00:00:00 2001 From: Martin Fraga Date: Wed, 27 Mar 2024 14:04:21 -0300 Subject: [PATCH] docs: update documentation on running node with docker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 405589d94..d69dc39ae 100644 --- a/README.md +++ b/README.md @@ -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).