Devops 使用Docker搭建Ghost应用 目录结构 - ghost目录 - data // 数据库存放目录 - logs // 日志目录 - content // 存放 ghost 的内容目录 - docker-compose.yml // docker-compose 配置 - nginx // nginx 相关配置 - default.conf // web 服务器配置 - ssl // 存放 https 证书 - xxx.key - xxx.pem docker-compose 配置 version: '3.1' services: web: image: nginx:latest restart: