fix(rtmpserver) enable ports (#7459)

This commit is contained in:
Xstar97TheNoob
2023-02-21 19:04:42 +01:00
committed by GitHub
parent 7fb8026f4b
commit 84a2df0e6c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ sources:
- https://hub.docker.com/r/alqutami/rtmp-hls - https://hub.docker.com/r/alqutami/rtmp-hls
- https://github.com/TareqAlqutami/rtmp-hls-server - https://github.com/TareqAlqutami/rtmp-hls-server
type: application type: application
version: 3.0.0 version: 3.0.1
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
+2
View File
@@ -19,8 +19,10 @@ service:
targetPort: 8080 targetPort: 8080
port: 10610 port: 10610
rtmp: rtmp:
enabled: true
ports: ports:
rtmp: rtmp:
enabled: true
protocol: TCP protocol: TCP
targetPort: 1935 targetPort: 1935
port: 1935 port: 1935