mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-21 23:53:11 +01:00
fix bbb-exporter due to missing /etc/bigbluebutton/bigbluebutton-release
This commit is contained in:
parent
a103d348e7
commit
6adbf1ea09
@ -498,6 +498,11 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- bigbluebutton:/var/bigbluebutton:ro
|
- bigbluebutton:/var/bigbluebutton:ro
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
|
# the exporter requires /etc/bigbluebutton/bigbluebutton-release
|
||||||
|
tmpfs:
|
||||||
|
- /etc/bigbluebutton
|
||||||
|
entrypoint: sh -c 'echo "BIGBLUEBUTTON_RELEASE=2.7.3" > /etc/bigbluebutton/bigbluebutton-release && python server.py'
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user