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 container_name: calcom
# hostname: calcom.$DOMAIN # hostname: calcom.$DOMAIN
restart: always restart: always
ports: # ports:
- "3000:3000" # Map external port 3000 to internal port 3000 for broken code workaround # - "3000:3000" # Map external port 3000 to internal port 3000 for broken code workaround
networks: networks:
core: core:
ipv4_address: 192.168.0.48 ipv4_address: 192.168.0.48