瀏覽代碼

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"]