prometheus-exporter: on some hosts (different docker versions?) the tmpfs is not mounted writeable for everyone

this leads to #309 being an incomplete fix
https://github.com/bigbluebutton/docker/pull/309
This commit is contained in:
chandi 2023-12-08 11:59:32 +01:00
parent d6341e32ec
commit f60b24bb84

View File

@ -501,7 +501,7 @@ services:
# the exporter requires /etc/bigbluebutton/bigbluebutton-release
tmpfs:
- /etc/bigbluebutton
- /etc/bigbluebutton:mode=777
entrypoint: sh -c 'echo "BIGBLUEBUTTON_RELEASE=2.7.3" > /etc/bigbluebutton/bigbluebutton-release && python server.py'
{{end}}