Explorar el Código

jigasi: add missing transcription volumes to dockerfile

Paul Tiedtke hace 5 años
padre
commit
986071b
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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"]