最赞回答 / LouisWT
运行docker-compose logs 查看下错误日志;我运行错误的原因是ghost-app有问题,把ghost下面的Dockerfile中的CMD ["npm", "start", "--production"]用 #注释掉就好了
2017-09-15