added todo and PR info

This commit is contained in:
Ric Harvey
2017-02-13 23:37:39 +00:00
parent 4700e7dcfe
commit 36d9763e36
2 changed files with 7 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
## Overview
This is a Dockerfile/image to build a container for nginx and php-fpm, with the ability to pull website code from git when the container is created, as well as allowing the container to push and pull changes to the code to and from git. The container also has the ability to update templated files with variables passed to docker in order to update your code and settings. There is support for lets encrypt SSL configurations, custom nginx configs, core nginx/PHP variable overrides for running preferences, X-Forwarded-For headers and UID mapping for local volume support.
If you have improvements or suggestions please open an issue or pull request on the GitHub project page.
### Versions
| Tag | Nginx | PHP | Alpine |
|-----|-------|-----|--------|

5
TODO.md Normal file
View File

@@ -0,0 +1,5 @@
## To Do List
- Docker swarm guide
- AWS ECS guide
- Kubernetes guide