File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11TAG NOVERSION (UNRELEASED)
22
33Initial release
4- Compile Nginx v1.11.6 from source
5- Compile PHP with PHP-FPM v7.0.13 from source.
6- Install most recent version of PHP composer (as of 2016-12-01 v1.2.2).
7- Install Honcho for process monitoring.
4+ - Compile Nginx v1.11.6 from source
5+ - Compile PHP with PHP-FPM v7.0.13 from source.
6+ - Install most recent version of PHP composer (as of 2016-12-01 v1.2.2).
7+ - Install Honcho for process monitoring.
Original file line number Diff line number Diff line change @@ -22,3 +22,9 @@ docker run -v /path/to/php/source/:/usr/local/nginx/html/ janus1990/docker-nginx
2222# With restart policy
2323docker run --restart=always -v /path/to/php/source/:/usr/local/nginx/html/ janus1990/docker-nginx-php
2424```
25+
26+ ## Todo
27+
28+ - Add [ HEALTHCHECK] ( https://docs.docker.com/engine/reference/builder/#/healthcheck )
29+ - Extend [ README.md] ( ./README.md ) with configuration (Procfile, nginx.conf...).
30+ - Add more support for composer in docker entrypoint.
You can’t perform that action at this time.
0 commit comments