소스 검색

jigasi: add missing transcription volumes to dockerfile

Paul Tiedtke 5 년 전
부모
커밋
986071b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      jigasi/Dockerfile
  2. 1 1
      web/Dockerfile

+ 1 - 1
jigasi/Dockerfile

@@ -10,4 +10,4 @@ RUN \
 
 COPY rootfs/ /
 
-VOLUME /config
+VOLUME ["/config", "/tmp/transcripts"]

+ 1 - 1
web/Dockerfile

@@ -13,4 +13,4 @@ COPY rootfs/ /
 
 EXPOSE 80 443
 
-VOLUME ["/config", "/etc/letsencrypt"]
+VOLUME ["/config", "/etc/letsencrypt", "/usr/share/jitsi-meet/transcripts"]