Skip to content

Commit

Permalink
Use latest tag in docker run example
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Dec 15, 2023
1 parent b29b69c commit 578770f
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 @@ -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 -p 3000:3000 lnzap/lnd-mempoolspace:1.0.0
docker run -p 3000:3000 lnzap/lnd-mempoolspace:latest
```

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.
Expand Down

0 comments on commit 578770f

Please sign in to comment.