📌 📄 内容摘要:
@Neuroplexus 在 ghost 部署问题 中发帖
在尝试 Ghost, 遵循 Ghost Docs 进行部署。
目前成功在 https://tethysplex.com 启动了实例,但访问会显示无限重定向错误。
架构:
tethysplex.com > Cloudflare(HTTPS) > Origin(HTTPS)
docker-comose.yml
services:
ghost:
image: ghost
restart: always
ports:
- 2368:2368
environment:
# see https://ghost.org/docs/config/#configuration-options
database__client: mysql
trustProxy: true
database__conn...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/801157/1 ─────────────────────────────
📢 来源:LINUX DO | 标签:#configuration