Releases: garymengcom/dnmp
Releases · garymengcom/dnmp
v2.2.0
v2.1.0
stable
v2.0.5
v2.0.4
- Expose
9501
for swoole - Update README.md
- Rename docker-compose-full.yml and remove docker-compose-simple.yml
- Add user config and php config for phpmyadmin
v2.0.3
- Change mysql 5.7.29 to 5.7.28
- Remove default installing analysis-ik plugin to es
- Add container name for services
- Update README.md
v2.0.2
v2.0.1
- Use phpize to install tgz extensions instead of pecl
- Fix elasticsearch Dockerfile problem
- Fix README description
v2.0.0
Fix problems in v2.0.0-rc1
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
.