docker icon indicating copy to clipboard operation
docker copied to clipboard

Update .env.example variable to allow database connection

Open Lanhild opened this issue 2 years ago • 0 comments

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.

Lanhild avatar Jul 12 '23 15:07 Lanhild