Skip to content

Commit 36d9763

Browse files
author
Ric Harvey
committed
added todo and PR info
1 parent 4700e7d commit 36d9763

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
## Overview
66
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.
77

8+
If you have improvements or suggestions please open an issue or pull request on the GitHub project page.
9+
810
### Versions
911
| Tag | Nginx | PHP | Alpine |
1012
|-----|-------|-----|--------|

TODO.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## To Do List
2+
3+
- Docker swarm guide
4+
- AWS ECS guide
5+
- Kubernetes guide

0 commit comments

Comments
 (0)