This is a docker-compose setup for local development of Wordpress sites. It uses the following containers:
- Clone this repository in the same directory as your Wordpress project.
- Create the
data/
directory at the root of this repository. - Create the
wordpress/
directory at the root of this repository. - Go to the
wp-docker/
directory (this repository). - Run
docker-compose up -d
. - Go to http://localhost to access your Wordpress site.