A repository for three things. Two docker-compose.yml files, one for Drupal and one for Wordpress, as well as a guide to how to use them.
A visual guide (flowchart) that explains how to start a container with either Drupal or Wordpress.
A docker-compose.yml-file to start a container with Drupal 8 and postgresql. In version 1.0 it is the same as is found on docker.com.
A docker-compose.yml-file to start a container with Wordpress. In version 1.0 it is the same as is found on docker.com.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Docker
- You have installed the latest version of your virtualization software (VirtualBox, HyperV, etc)
To contribute to this project, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
Thanks to the following people who have contributed to this project:
If you want to contact me you can reach me on Twitter @alltinomit.