diff --git a/.vuepress/config.js b/.vuepress/config.js index c9e50b5..5be167c 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -132,6 +132,7 @@ module.exports = { 'django', 'rails', 'wordpress', + 'lnmp', ], '/install/': [ 'ubuntu', diff --git a/SUMMARY.md b/SUMMARY.md index 6f323eb..04cbd7a 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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) diff --git a/compose/lnmp.md b/compose/lnmp.md new file mode 100644 index 0000000..6e89ed2 --- /dev/null +++ b/compose/lnmp.md @@ -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。