calcom / docker

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
MIT License
646 stars 338 forks source link

Update .env.example variable to allow database connection #271

Open Lanhild opened 1 year ago

Lanhild commented 1 year ago

The way DATABASE_HOST was formatted previously would render into an error in the container not being able to connect to the database. Removing the port (:5432, in this case) fixes the error.