docker-lnmp

Deploying LNMP(Linux、Nginx、Mysql、PHP-FPM) using docker-compose.

Stars
92
Committers
1

Bot releases are visible (Hide)

docker-lnmp - v2.0.0 Latest Release

Published by yanlongma over 5 years ago

支持 .env 配置,支持多版本切换,包含以下镜像:

  • nginx
  • php-fpm (7.3 - 7.2 - 7.1 - 5.6)
  • mysql (8.0 - 5.7 - 5.6)
  • mongo
  • redis (5.0 - 4.0)
  • memcached (1.5.16 - 1.5 - 1)
docker-lnmp - v1.0.0

Published by yanlongma over 5 years ago

Deploying LNMP(Linux、Nginx、Mysql、PHP7) using docker-compose. The first usable version.

Include:

  • nginx
  • php 7.1
  • mysql
  • redis
  • mongo

Start

$ docker-compose up -d
Related Projects