aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/janitor
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker/janitor')
-rw-r--r--support/docker/janitor/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/docker/janitor/Dockerfile b/support/docker/janitor/Dockerfile
index 2b4f2b215..5e7970d17 100644
--- a/support/docker/janitor/Dockerfile
+++ b/support/docker/janitor/Dockerfile
@@ -29,4 +29,5 @@ RUN sudo service postgresql start \
29COPY --chown=user:user supervisord.conf /tmp/supervisord-extra.conf 29COPY --chown=user:user supervisord.conf /tmp/supervisord-extra.conf
30RUN cat /tmp/supervisord-extra.conf | sudo tee -a /etc/supervisord.conf 30RUN cat /tmp/supervisord-extra.conf | sudo tee -a /etc/supervisord.conf
31 31
32EXPOSE 3000 9000 32# Expose frontend, API and RTMP
33EXPOSE 3000 9000 1935