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
+2
View File
@@ -19,8 +19,10 @@ service:
targetPort: 8080
port: 10610
rtmp:
enabled: true
ports:
rtmp:
enabled: true
protocol: TCP
targetPort: 1935
port: 1935