Browse Source

explicit mounting of published

master
Ignacio Falco 4 years ago
parent
commit
7e14a15209
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      docker-compose.yml

+ 1
- 0
docker-compose.yml View File

@@ -99,6 +99,7 @@ services:
99 99
     volumes:
100 100
       - ${SCALELITE_RECORDING_DIR-/mnt/scalelite-recordings/var/bigbluebutton}:/var/bigbluebutton
101 101
       - ${SCALELITE_RECORDING_DIR-/mnt/scalelite-recordings/var/bigbluebutton}/spool:/var/bigbluebutton/spool
102
+      - ${SCALELITE_RECORDING_DIR-/mnt/scalelite-recordings/var/bigbluebutton}/published:/var/bigbluebutton/published
102 103
     depends_on:
103 104
       - postgres
104 105
       - redis

Loading…
Cancel
Save