From 287886d525e3a99833ad24b2f6b8fa15629a5a50 Mon Sep 17 00:00:00 2001 From: streamer45 Date: Tue, 20 Jun 2023 15:56:47 -0600 Subject: [PATCH] Expose TCP port for Calls --- docker-compose.without-nginx.yml | 1 + docker-compose.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/docker-compose.without-nginx.yml b/docker-compose.without-nginx.yml index 0179358..4e9bf5b 100644 --- a/docker-compose.without-nginx.yml +++ b/docker-compose.without-nginx.yml @@ -5,3 +5,4 @@ services: ports: - ${APP_PORT}:8065 - ${CALLS_PORT}:8443/udp + - ${CALLS_PORT}:8443/tcp diff --git a/docker-compose.yml b/docker-compose.yml index 2f0745f..e50d7a9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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/