diff --git a/README.md b/README.md index 9861aa4..5de8888 100644 --- a/README.md +++ b/README.md @@ -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 | |-----|-------|-----|--------| diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..2f5e0e3 --- /dev/null +++ b/TODO.md @@ -0,0 +1,5 @@ +## To Do List + +- Docker swarm guide +- AWS ECS guide +- Kubernetes guide