From 79898d43d2f8fa0f504f9d86f07b984221f153e0 Mon Sep 17 00:00:00 2001 From: streamer45 Date: Tue, 9 May 2023 14:15:16 +0200 Subject: [PATCH] Expose Calls UDP port on base compose file --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index dfdf345..2f0745f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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/