You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.