mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 15:02:19 +00:00
Expose port 23 for telnet inputs
This commit is contained in:
parent
6d9fe4a028
commit
0055b73917
@ -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
|
COPY --from=build_base /code/out/ghostream /app/ghostream
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
# 9710 for SRT, 8080 for Web, 2112 for monitoring and 10000-10005 (UDP) for WebRTC
|
# 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"]
|
CMD ["/app/ghostream"]
|
||||||
|
@ -75,7 +75,7 @@ telnet:
|
|||||||
# You must enable it to use it.
|
# You must enable it to use it.
|
||||||
#enable: false
|
#enable: false
|
||||||
|
|
||||||
#listenAddress: :4242
|
#listenAddress: :23
|
||||||
|
|
||||||
# Size is in characters. It is recommended to keep a 16x9 format.
|
# Size is in characters. It is recommended to keep a 16x9 format.
|
||||||
#width: 80
|
#width: 80
|
||||||
|
@ -60,7 +60,7 @@ func New() *Config {
|
|||||||
},
|
},
|
||||||
Telnet: telnet.Options{
|
Telnet: telnet.Options{
|
||||||
Enabled: false,
|
Enabled: false,
|
||||||
ListenAddress: ":4242",
|
ListenAddress: ":23",
|
||||||
Width: 80,
|
Width: 80,
|
||||||
Height: 45,
|
Height: 45,
|
||||||
Delay: 50,
|
Delay: 50,
|
||||||
|
Loading…
Reference in New Issue
Block a user