1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-29 05:10:54 +02:00

Expose port 23 for telnet inputs

This commit is contained in:
Yohann D'ANELLO
2020-10-13 11:26:50 +02:00
parent 6d9fe4a028
commit 0055b73917
3 changed files with 3 additions and 3 deletions

View File

@ -13,5 +13,5 @@ RUN apk add --no-cache -X https://dl-cdn.alpinelinux.org/alpine/edge/community/
COPY --from=build_base /code/out/ghostream /app/ghostream
WORKDIR /app
# 9710 for SRT, 8080 for Web, 2112 for monitoring and 10000-10005 (UDP) for WebRTC
EXPOSE 9710/udp 8080 2112 10000-10005/udp
EXPOSE 23 9710/udp 8080 2112 10000-10005/udp
CMD ["/app/ghostream"]