jigasi: add missing transcription volumes to dockerfile

pull/258/head
Paul Tiedtke 5 years ago committed by Saúl Ibarra Corretgé
parent 01eca7423e
commit 986071b100
  1. 2
      jigasi/Dockerfile
  2. 2
      web/Dockerfile

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

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

Loading…
Cancel
Save