1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-27 04:18:45 +02:00

6 UDP ports are enough (but does not work)

This commit is contained in:
Yohann D'ANELLO
2020-09-29 14:23:20 +02:00
parent ae7dcf4221
commit c67a4adf83
2 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,5 @@ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing libs
COPY --from=build_base /code/out/ghostream /app/ghostream
WORKDIR /app
# 8080 for Web and Websocket, 2112 for prometheus monitoring and 9710 for SRT
EXPOSE 8080 2112 9710
EXPOSE 8080 2112 9710 10000-10005/udp
CMD ["/app/ghostream"]