Docker compose for creating local WordPress setup
Step by step tutorial - Local WordPress using Docker
The docker compose contains layers of following images.
- WordPress
- MySQL
- phpMyAdmin
In addition to vanilla WordPress, the Docker compose also mount upload.ini file as volume to change default file upload size in WordPress.