Releases: yeszao/dnmp
Releases · yeszao/dnmp
v2.2.0
v2.1.0
stable
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v2.0.0-rc1
- Add PHP5.4 (image is base on debian jessie, not Alpine).
- Merge PHP7 and PHP5.6 to one service.
- Seperate MySQL5 from MySQL(default is MySQL8).
- Move esdata/, mysql/, mongo/ to data/ directory.
- Move Dockerfile and Configuration files to services/ directory.
- Move ssl certificate direcroty to services/nginx/ssl.
- Add ElasticSearch plugin installation support.
- Add certbot installing for Nginx (optional).
- Rename log/ to logs/.
- Rename env
ALPINE_REPOSITORIES
toCONTAINER_PACKAGE_URL
,PHP72_*
toPHP_*
. - Change container WORKDIR from
/var/www/html
to/www
.