diff --git a/docker-compose.prometheus.yml b/docker-compose.prometheus.yml index 94d96f1..0132cf1 100644 --- a/docker-compose.prometheus.yml +++ b/docker-compose.prometheus.yml @@ -2,7 +2,7 @@ version: '3.6' services: prometheus-exporter: - image: greenstatic/bigbluebutton-exporter:v0.5.1 + image: greenstatic/bigbluebutton-exporter:v0.5.2 restart: unless-stopped environment: API_BASE_URL: http://10.7.7.1:8080/bigbluebutton/api/ diff --git a/mod/etherpad/Dockerfile b/mod/etherpad/Dockerfile index 92f3577..d6aaa0f 100644 --- a/mod/etherpad/Dockerfile +++ b/mod/etherpad/Dockerfile @@ -1,4 +1,4 @@ -FROM etherpad/etherpad:1.8.4 +FROM etherpad/etherpad:1.8.6 USER root