大家好,
我正在尝试全新安装,但我使用外部的 Nginx 来管理所有证书。如何在 Docker 中禁用 SSL/Let’s Encrypt 选项?
大家好,
我正在尝试全新安装,但我使用外部的 Nginx 来管理所有证书。如何在 Docker 中禁用 SSL/Let’s Encrypt 选项?
仅用于记录我找到的解决方案。要在 Docker 内部禁用 Let’s Encrypt 和 SSL,只需注释掉以下内容:
templates:
- templates/postgres.template.yml
- templates/redis.template.yml
- templates/web.template.yml
# - templates/web.ratelimited.template.yml
# - templates/web.ssl.template.yml
# - templates/web.letsencrypt.ssl.template.yml
欢迎,josir,感谢您分享您的解决方案!我将把此帖标记为“已解决”,但如果您遇到其他问题,仍可随时回复。