Add RTMPS port
This commit is contained in:
parent
21f14f0d4e
commit
c714d0a69a
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,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
|
||||
# Expose API, RTMP and RTMPS ports
|
||||
EXPOSE 9000 1935 1936
|
||||
|
||||
# Run the application
|
||||
CMD [ "node", "dist/server" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue