簡體   English   中英

django 上 docker - https 與letsencrypt

[英]django on docker - https with letsencrypt

我已經使用以下教程在 docker 部署過程中實現了 django。 https://github.com/testdrivenio/django-on-docker

我正在使用 ubuntu 18 服務器,安裝了 docker 和 docker-compose。 我正在嘗試將 https 與我的網站的letsencrypt集成。 如何使用現有的 docker 組合將 https 與letsencrypt 集成。

提前致謝。

You can use a docker image of nginx web server to integrate https with your existing docker using a simple configuration:

參考: https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM