@Neuroplexusghost 部署问题 中发帖

在尝试 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...