Expose TCP port for Calls

pull/131/head
streamer45 2023-06-20 15:56:47 -06:00
parent ab91deac93
commit 287886d525
No known key found for this signature in database
GPG Key ID: C31222BC9269BBBC
2 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,4 @@ services:
ports:
- ${APP_PORT}:8065
- ${CALLS_PORT}:8443/udp
- ${CALLS_PORT}:8443/tcp

View File

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