Add RTMPS port

This commit is contained in:
Chocobozzz 2025-01-09 10:58:31 +01:00
parent 21f14f0d4e
commit c714d0a69a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -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" ]