Skip to content

Commit

Permalink
SRT is udp
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Apr 24, 2024
1 parent a633639 commit a59a8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/media-infra.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default cf.merge(
Protocol: 'tcp'
},{
ContainerPort: 8890,
Protocol: 'tcp'
Protocol: 'udp'
},{
ContainerPort: 8889,
Protocol: 'tcp'
Expand Down

0 comments on commit a59a8a9

Please sign in to comment.