Deploy HackMe effortlessly with a pre-built Docker image from Docker Hub. The app relies on a PostgreSQL database running on port 5432, with the frontend and backend operating on ports 3000 and 3001, respectively.
-
Download and Extract the ZIP File Download ZIP
-
Run Docker Compose
Navigate to the extractedhackme
folder and run:cd hackme docker-compose up
Note: The command may also be
docker compose up
without the dash. -
Navigate to
localhost:3000
in your browser to view the platform -
Congratulations 🎉, you've successfully deployed HackMe using a Docker image from Docker Hub! Dive into the world of ethical hacking by starting --> here.
-
Stopping the Docker Containers
To stop and remove all running containers as defined in the
docker-compose.yml
file, execute:docker-compose down
Embrace the excitement of ethical hacking with HackMe. Sharpen your skills and contribute to a safer digital landscape. Your journey to becoming a master ethical hacker starts now! 🌐✨