Add RTMPS port
This commit is contained in:
parent
21f14f0d4e
commit
c714d0a69a
|
@ -45,8 +45,8 @@ VOLUME /config
|
||||||
COPY ./support/docker/production/entrypoint.sh /usr/local/bin/entrypoint.sh
|
COPY ./support/docker/production/entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||||
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
|
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
|
||||||
|
|
||||||
# Expose API and RTMP
|
# Expose API, RTMP and RTMPS ports
|
||||||
EXPOSE 9000 1935
|
EXPOSE 9000 1935 1936
|
||||||
|
|
||||||
# Run the application
|
# Run the application
|
||||||
CMD [ "node", "dist/server" ]
|
CMD [ "node", "dist/server" ]
|
||||||
|
|
Loading…
Reference in New Issue