Setup development environment for Wordpress utilizing docker containers along with volumes mapping, database setup and php extensions installation with docker compose
You can use this github repo to automate install.
$ install-command-here
- ./web-www : for web server root directory, mapped by docker compose and configured accordingly in nginx conf
- ./sql-data : for mysql data folder
./docker-compose.yml
: configuration file for docker compose./nginx-default.conf
: nginx config file
- Docker Compose https://docs.docker.com/compose/