自己没注意遇到一坑:localhost 访问表->run nginx后的要用启动的虚拟机ip+端口号访问,不是本机ip 未必是localhost ,特别是刚装没配置映射端口的朋友;
2020-04-22
ghost的版本变了,ghost的Dockerfile 中复制config.js的路径要从:COPY ./config.js /var/lib/ghost/config.js 改为:COPY ./config.js /var/lib/ghost/content/config.js
2020-04-03