]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/Dockerfile.buster
export rtmp port in dockerfiles
[github/Chocobozzz/PeerTube.git] / support / docker / production / Dockerfile.buster
index 5af8aa29ab6af3ea62e276eb072f3654700e62ce..4579360902a8496dcca238d3b501906fb85b1b41 100644 (file)
@@ -41,6 +41,8 @@ VOLUME /config
 COPY ./support/docker/production/entrypoint.sh /usr/local/bin/entrypoint.sh
 ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
 
+# Expose API and RTMP
+EXPOSE 9000 1935
+
 # Run the application
 CMD ["npm", "start"]
-EXPOSE 9000