Skip to content

Commit

Permalink
Add RTMPS port
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Jan 9, 2025
1 parent 21f14f0 commit c714d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/docker/production/Dockerfile.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit c714d0a

Please sign in to comment.