Skip to content

Releases: garylab/dnmp

v2.0.0-rc1

27 Sep 23:39

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.

Add RabbitMQ,Elasticsearch,Mongodb servers

20 Sep 05:22

Choose a tag to compare

  1. Add extension install message.
  2. Fix swoole ssl problem.
  3. Add Yaf, phpampq, ampq, mongodb, rar, ast, msgpack, igbinary, seaslog, yac, yaconf, event extensions.
  4. Add docker-compose-sample.yml file.
  5. Add RabbitMQ server.
  6. Add Elasticsearch, Logstash and Kibana (ELK) servers.
  7. Add Mongodb server.
  8. Add Memcached server.
  9. Add Openresty server.

v1.3

24 May 08:21
4960763

Choose a tag to compare

  1. Use .env file for settings
  2. Update README file
  3. Update php.ini and mysql.cnf

v1.2

07 Nov 10:19

Choose a tag to compare

  1. Add phpmyadmin and redismyadmin
  2. Change directory structure
  3. Install mcrypt and opcache base on php version
  4. Add swoole extension
  5. Add multi php version co-exists
  6. Merge 2 demo website directory to one
  7. Display extensions name and version in demo code
  8. Config php.ini and mysql.conf default timezone to Asia/Shanghai
  9. Add .dockerignore
  10. Add multi-core compilation support

v1.1 - Multi PHP version supporting

12 Jul 05:54
60403e2

Choose a tag to compare

  1. Update PHP7.1 to PHP7.2
  2. Add PHP5.4 and PHP5.6
  3. Remove install igbinary default
  4. Change mysql config file to set MySQL default charset to utf8mb4
  5. Move Dockerfile to php directory
  6. Fix some bug

v1.0

08 Dec 01:07

Choose a tag to compare

First version