ghost的官网开发文档地址:https://ghost.org/docs/
其对应的详细配置地址说明如下:
https://ghost.org/docs/config/#configuration-options
ghost在docker hub官网上面的地址为:
https://registry.hub.docker.com/_/ghost
特别提示:当前ghost的版本为4.21
第一步:使用下述命令拉取ghost镜像
docker pull ghost:4.21
第二步:使用下述命令拉取mysql镜像
docker pull mysql:5.7
第三步:使用下述命令拉取nginx镜像
docker pull nginx:1.21
第四步:在/home目录下面创建ghost