Merge pull request #127 from mattermost/update-calls-port

Expose Calls UDP port in base compose file
pull/120/merge
Claudio Costa 2023-05-10 12:53:45 +02:00 committed by GitHub
commit 7c00d8fc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ services:
# additional settings
- MM_SERVICESETTINGS_SITEURL
ports:
- ${CALLS_PORT}:8443/udp
# If you use rolling image tags and feel lucky watchtower can automatically pull new images and
# instantiate containers from it. https://containrrr.dev/watchtower/