Port 3000 should not be needed now for calcom as its working correctly!
This commit is contained in:
parent
4f886ce799
commit
3228ac7166
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user