mattermost / docker

Install Mattermost server via Docker
Apache License 2.0
338 stars 210 forks source link

Expose port to enable Calls connectivity #113

Closed streamer45 closed 1 year ago

streamer45 commented 1 year ago

Summary

PR adds the necessary configuration to expose the WebRTC (udp based) port (8443) that Mattermost Calls uses for connectivity. Since we are going GA it makes sense to make this change as it removes some burden on the users given the feature is supposed to be enabled by default now.

I tested both cases (with and without nginx) by following https://docs.mattermost.com/install/install-docker.html#deploy-mattermost-on-docker-for-production-use and got everything working correctly once configured accordingly.

phoinixgrr commented 1 year ago

World class PR description 🎖️