mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-24 13:41:21 +01:00
core: fix volume permissions on runtime.
it led once to permission issues where the UID changed after rebuild.
This commit is contained in:
parent
0fca1359f6
commit
01c7de4bef
@ -58,8 +58,6 @@ RUN find /etc/systemd/ | grep wants | xargs -r -n 1 basename | grep service | gr
|
||||
RUN systemctl disable systemd-journal-flush systemd-update-utmp.service
|
||||
RUN systemctl enable red5 freeswitch bbb-apps-akka bbb-transcode-akka bbb-fsesl-akka bbb-web # bbb-rap-caption-inbox
|
||||
|
||||
# -- fix directory permissions
|
||||
RUN chown bigbluebutton:bigbluebutton /var/bigbluebutton
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
@ -15,6 +15,8 @@ mkdir -p /var/bigbluebutton/published
|
||||
mkdir -p /var/bigbluebutton/deleted
|
||||
mkdir -p /var/bigbluebutton/unpublished
|
||||
|
||||
# -- fix directory permissions
|
||||
RUN chown bigbluebutton:bigbluebutton /var/bigbluebutton
|
||||
|
||||
dockerize \
|
||||
-template /opt/freeswitch/conf/vars.xml.tmpl:/opt/freeswitch/conf/vars.xml \
|
||||
|
Loading…
Reference in New Issue
Block a user