Setup a docker environment for Wordpress with PHP 7.2, nginx 1.15, and MySQL 5.7. This docker setup is to be used for local development and testing.
Start initial container setup:
$ docker-compose up --build -d
To use an existing Wordpress installation copy it to a directory named "wordpress" in the root of this project.
To setup a new Wordpress installation run the following command:
$ make install-wordpress
Database | |
---|---|
Host | wordpress_mysql |
Username | root |
Password | abcd1234 |
Database | wordpress |
This package is open-sourced software licensed under the MIT license