Ver Fonte

jigasi: add missing transcription volumes to dockerfile

Paul Tiedtke há 5 anos atrás
pai
commit
986071b
2 ficheiros alterados com 2 adições e 2 exclusões
  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"]