Skip to content

Commit

Permalink
hls tls image
Browse files Browse the repository at this point in the history
  • Loading branch information
GokuxSS4 committed Jan 18, 2025
1 parent eec5dff commit 98d7e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.hls_proxy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npm install --global "@warren-bank/hls-proxy"

EXPOSE 8080

CMD ["hlsd","--tls","--req-insecure","--port", "8080", \
CMD ["hlsd","--tls","--port", "8080", \
"--header", "Access-Control-Allow-Origin: *", \
"--header", "Access-Control-Allow-Methods: GET, POST, OPTIONS", \
"--header", "Access-Control-Allow-Headers: Content-Type, Authorization", \
Expand Down

0 comments on commit 98d7e5a

Please sign in to comment.