DEV Community

Victor M.
Victor M.

Posted on

WordPress template - Docker

This is a clean template for working on WordPress projects in two simple steps:

  1. Run the start_projects.bat file: This starts the Docker container with everything you need: WordPress and MariaDB.

  2. Access the web project through port 8100 (http://localhost:8100/).

And you're ready to develop your WordPress projects! The project resides on your local machine, so the container is completely disposable. Enjoy!

Top comments (0)