A Docker project that runs the LEMP stack (Linux, Nginx, MySQL, PHP) with Wordpress.
- run
makeormake loadto start the docker-compose containers. - run
make stopto stop the containers. - run
make pruneto stop the containers and/or delete the volumes.