github上的lnmp 传送门
阿里云ECS-Ubuntu 16.04.2 LTS
Linux iZ2zecxzfewu856w8sll6dZ 4.4.0-63-generic #84-Ubuntu SMP Wed Feb 1 17:20:32 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
在github上找了docker-compose的lnmp,但是php和mysql都启动了,nignx为什么就无法启动?
执行了 docker-compose up 后就一直是下面这个截面。
通过 docker ps 看到php和mysql是运行状态的。
报错是mysql的错误,建议可以使用docker logs $container_id 进行查看nginx的日志,或者你可以贴出nginx service编排时候的compose.yml 代码。
你也可以试一试我编排得一个环境:https://github.com/zhaojunlik...
对于 https://github.com/micooz/doc... 的lnmp启动失败原因。
使用 docker logs 查询日志看到,由于证书引起的,需要对以下两个文件修改。
docker-compose.yml
将下面两段注释掉。
nginx/conf.d/default.conf
将下面两段注释.
重新启动 docker-compose up