From 3228ac716611a397e8f34026bbbe6524c7e70aa6 Mon Sep 17 00:00:00 2001 From: saint Date: Tue, 31 Dec 2024 01:31:24 +1100 Subject: [PATCH] Port 3000 should not be needed now for calcom as its working correctly! --- lib/calcom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/calcom.sh b/lib/calcom.sh index f94a386..d60efce 100644 --- a/lib/calcom.sh +++ b/lib/calcom.sh @@ -27,8 +27,8 @@ services: container_name: calcom # hostname: calcom.$DOMAIN restart: always - ports: - - "3000:3000" # Map external port 3000 to internal port 3000 for broken code workaround + # ports: + # - "3000:3000" # Map external port 3000 to internal port 3000 for broken code workaround networks: core: ipv4_address: 192.168.0.48