jigasi: add missing transcription volumes to dockerfile
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
01eca7423e
commit
986071b100
@@ -10,4 +10,4 @@ RUN \
|
|||||||
|
|
||||||
COPY rootfs/ /
|
COPY rootfs/ /
|
||||||
|
|
||||||
VOLUME /config
|
VOLUME ["/config", "/tmp/transcripts"]
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ COPY rootfs/ /
|
|||||||
|
|
||||||
EXPOSE 80 443
|
EXPOSE 80 443
|
||||||
|
|
||||||
VOLUME ["/config", "/etc/letsencrypt"]
|
VOLUME ["/config", "/etc/letsencrypt", "/usr/share/jitsi-meet/transcripts"]
|
||||||
|
|||||||
Reference in New Issue
Block a user