v2.0.0-rc1
版本发布时间: 2019-09-28 07:39:27
yeszao/dnmp最新发布版本:v2.10(2023-03-10 17:43:28)
- 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
.