Skip to content

seetee/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose

GitHub last commit GitHub repo size GitHub release GitHub contributors

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.

Guide to Docker

A visual guide (flowchart) that explains how to start a container with either Drupal or Wordpress.

Drupal

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.

Wordpress

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.

Prerequisites

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)

Contributing to this project

To contribute to this project, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contributors

Thanks to the following people who have contributed to this project:

Contact

If you want to contact me you can reach me on Twitter @alltinomit.

License

Code License