소스 검색

web: persist letsencrypt certificates

Store them in the config volume so they are not regenerated on every
boot.

Closes: https://github.com/jitsi/docker-jitsi-meet/issues/71
Saúl Ibarra Corretgé 6 년 전
부모
커밋
9ff3ce295c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

@@ -9,6 +9,7 @@ services:
             - '${HTTPS_PORT}:443'
         volumes:
             - ${CONFIG}/web:/config
+            - ${CONFIG}/web/letsencrypt:/etc/letsencrypt
         environment:
             - ENABLE_AUTH
             - ENABLE_GUESTS