Skip to content

Commit a26fd45

Browse files
committed
Format CHANGELOG.md and add TODO section in README.md
1 parent eef53e6 commit a26fd45

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TAG NOVERSION (UNRELEASED)
22

33
Initial 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.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ docker run -v /path/to/php/source/:/usr/local/nginx/html/ janus1990/docker-nginx
2222
# With restart policy
2323
docker 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.

0 commit comments

Comments
 (0)