Akhomy Docker Compose Lamp Versions Save

Docker Compose LAMP stack

1.8.0

5 years ago
  • Updated README, fixed issue with the latest MySQL image.
  • Added new ENV variables LINES, COLUMNS for PHP-FPM container.
  • Fixed Dockerfile for LAMP build MySQL image.
  • Added db.php to test the connection.

See CHANGELOG

1.7.0

6 years ago
  • Updated README, added new tags for the PHP-FPM image.
  • Switched to docker-compose 3 version.
  • Added example of installing XHProf for PHP-7 and necessary utils.
  • Update docker-compose, some common typos and example of PHP-FPM-XHPROF container.

See CHANGELOG

1.6.0

6 years ago
  • Added example tools to php-fpm image.
  • Switched from MariaDB to MySQL docker image.
  • Added a sample image build based on docker MySQL image to fix Windows Docker Toolbox issue.
  • Updated README.md links and added extra info for Docker Toolbox.

See CHANGELOG

1.5.0

6 years ago
  • Updated Node image to the last node:alpine version.
  • Updated Solr image to the alpine-6 version.
  • Updated Postgres image to the postgres:alpine version.
  • Updated Redis image to the redis:alpine version.
  • Updated Memcached image to the memcahed:alpine version.

See CHANGELOG

1.4.0

6 years ago
  • Added IP for PHP-FPM container.
  • Checked work of Selenium and PHP-FPM.

See CHANGELOG

1.3.0

6 years ago
  • Switched to the official Mailhog image.

See CHANGELOG

1.2.0

6 years ago
  • Added Docker Toolbox instruction and update base README.
  • Added build image for the PHP-FPM.
  • Changed base config, runtime directories structure.
  • Added docs folder.

See CHANGELOG

1.0.0

6 years ago
  • Initial release.

1.1.0

6 years ago
  • Fixed IP ranges in docker-compose and README.
  • Added DRUSH and PHP_SHOW_ERRORS variables for PHP-FPM container.
  • Added DOCUMENT_ROOT as example variable for using the site in subfolders.
  • Added sample configs folder and commented special directories in docker-compose.yml for PHP-FPM(PHP-5, PHP-7), Apache2, NGINX.
  • Split MailHog to be the independent container and added a dependency on MailHog to PHP-FPM.
  • Added references to MongoDB, Node.js in README.
  • Started section in the documentation for Docker Toolbox.

See CHANGELOG