X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdocker%2Fproduction%2FDockerfile.buster;h=4579360902a8496dcca238d3b501906fb85b1b41;hb=08d70fe60672976416b92fbb927898125166bfe7;hp=5af8aa29ab6af3ea62e276eb072f3654700e62ce;hpb=c5dcdab330b1767c0ce25d788ed51119f74e7e71;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/docker/production/Dockerfile.buster b/support/docker/production/Dockerfile.buster index 5af8aa29a..457936090 100644 --- a/support/docker/production/Dockerfile.buster +++ b/support/docker/production/Dockerfile.buster @@ -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