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/