自己沒注意遇到一坑: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