Expose port 1935 (RTMP)

This commit is contained in:
Luca 2020-09-20 01:07:20 +02:00
parent 046dd4b32d
commit 7d8e5fd78a
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ COPY rtmp.conf /etc/nginx/modules/
WORKDIR /var/www/live WORKDIR /var/www/live
EXPOSE 80 EXPOSE 80
EXPOSE 1935
STOPSIGNAL SIGTERM STOPSIGNAL SIGTERM