Port 3000 should not be needed now for calcom as its working correctly!

This commit is contained in:
David Sainty 2024-12-31 01:31:24 +11:00
parent 4f886ce799
commit 3228ac7166

View File

@ -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