[Compose] Add lnmp

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
pull/439/head
Kang HuaiShuai 2020-01-09 17:08:35 +08:00
parent e77c9ecbab
commit 9d450ffc26
No known key found for this signature in database
GPG Key ID: 0A380828B1C243A7
3 changed files with 5 additions and 0 deletions

View File

@ -132,6 +132,7 @@ module.exports = {
'django',
'rails',
'wordpress',
'lnmp',
],
'/install/': [
'ubuntu',

View File

@ -86,6 +86,7 @@
* [ Django](compose/django.md)
* [ Rails](compose/rails.md)
* [ WordPress](compose/wordpress.md)
* [ LNMP](compose/lnmp.md)
* [Swarm mode](swarm_mode/README.md)
* [](swarm_mode/overview.md)
* [ Swarm ](swarm_mode/create.md)

3
compose/lnmp.md Normal file
View File

@ -0,0 +1,3 @@
# 使 compose LNMP
[khs1994](https://github.com/khs1994) 的开源项目 [khs1994-docker/lnmp](https://github.com/khs1994-docker/lnmp) 使用 Docker Compose 搭建了一套 LNMP 环境,各位开发者可以参考该项目在 Docker 或 Kubernetes 中运行 LNMP。