Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 732 Bytes

File metadata and controls

26 lines (15 loc) · 732 Bytes

Docker Containers for Wordpress Development

Setup development environment for Wordpress utilizing docker containers along with volumes mapping, database setup and php extensions installation with docker compose

Automate Installation and Configuration

You can use this github repo to automate install.

$ install-command-here

Project Folders and Files

Folders

  • ./web-www : for web server root directory, mapped by docker compose and configured accordingly in nginx conf
  • ./sql-data : for mysql data folder

Files

  • ./docker-compose.yml : configuration file for docker compose
  • ./nginx-default.conf : nginx config file

References