Merge pull request #1610 from hunicus/revert-docker-link

This commit is contained in:
wiz 2022-05-08 13:19:19 +09:00 committed by GitHub
commit 61e2297f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4582,6 +4582,6 @@ export const faqData = [
showConditions: bitcoinNetworks,
fragment: "install-mempool-with-docker",
title: "Can I install Mempool using Docker?",
answer: "Yes, we publish Docker images (or you can build your own). Check out <a href='https://github.com/mempool/mempool#docker-installation' target='_blank'>the documentation</a> for details."
answer: "Yes, we publish Docker images (or you can build your own). Check out <a href='https://github.com/mempool/mempool/tree/master/docker' target='_blank'>the documentation</a> for details."
}
];