WMPD is docker based server with WordPress, MySql and phpMyAdmin all of that over TSL(HTTPS) and Let's Encrypt Certificate! with Traefik.
With this project you can quickly run the following:
Contents:
- Make sure you have the latest versions of Docker and Docker Compose installed on your machine.
- Clone this repository or copy the files from this repository into a new folder.
- Update the the .env file according to your configuration(domains,db user/passwords,admin mail).
Run this command inside the project folder:
docker-compose up -d
To stop and remove all the containers use thedown
command:
docker-compose down