Skip to content

Releases: yeszao/dnmp

v2.2.0

02 Oct 07:46
fb3f5f1
Compare
Choose a tag to compare
Update php74 install-php-extensions

v2.1.0

10 Mar 09:43
Compare
Choose a tag to compare

1.完善Mac下构建
2.php7.php8增加swoole默认配置opensll

stable

07 Feb 09:42
d9c2c57
Compare
Choose a tag to compare

更新nginx配置
更新env文件

v2.0.5

04 Jun 12:48
76d4b68
Compare
Choose a tag to compare

update install-php-extensions

v2.0.4

30 Oct 08:44
Compare
Choose a tag to compare
  1. Expose 9501 for swoole
  2. Update README.md
  3. Rename docker-compose-full.yml and remove docker-compose-simple.yml
  4. Add user config and php config for phpmyadmin

v2.0.3

18 Oct 07:25
Compare
Choose a tag to compare
  1. Change mysql 5.7.29 to 5.7.28
  2. Remove default installing analysis-ik plugin to es
  3. Add container name for services
  4. Update README.md

v2.0.2

15 Oct 07:47
Compare
Choose a tag to compare

ADD mysql5

v2.0.1

07 Oct 03:28
Compare
Choose a tag to compare
  1. Use phpize to install tgz extensions instead of pecl
  2. Fix elasticsearch Dockerfile problem
  3. Fix README description

v2.0.0

06 Oct 12:13
Compare
Choose a tag to compare

Fix problems in v2.0.0-rc1

v2.0.0-rc1

27 Sep 23:39
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release
  1. Add PHP5.4 (image is base on debian jessie, not Alpine).
  2. Merge PHP7 and PHP5.6 to one service.
  3. Seperate MySQL5 from MySQL(default is MySQL8).
  4. Move esdata/, mysql/, mongo/ to data/ directory.
  5. Move Dockerfile and Configuration files to services/ directory.
  6. Move ssl certificate direcroty to services/nginx/ssl.
  7. Add ElasticSearch plugin installation support.
  8. Add certbot installing for Nginx (optional).
  9. Rename log/ to logs/.
  10. Rename env ALPINE_REPOSITORIES to CONTAINER_PACKAGE_URL,PHP72_* to PHP_*.
  11. Change container WORKDIR from/var/www/html to /www.