diff --git a/README.md b/README.md index 960b42d..4b14519 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ PORT=4000 MEMPOOL_HOSTNAME=localhost npm start This project includes Docker support and an official Docker image is available. You can run the Docker image with the following command: ```bash -docker run lnzap/lnd-mempoolspace +docker run -p 3000:3000 lnzap/lnd-mempoolspace:1.0.0 ``` This command will pull the latest `lnzap/lnd-mempoolspace` image from Docker Hub and run it. By default, the Docker image runs the server on port 3000.