GoBLFC / Tracker

BLFC's online system for managing volunteers, tracking shifts, and offering rewards
GNU Affero General Public License v3.0
7 stars 2 forks source link

Specify proper DB host in .env.example #36

Closed queengooborg closed 5 days ago

queengooborg commented 5 days ago

This PR fixes a slight issue in the .env.example file. The database host was set as localhost, but due to the fact that the project is running in a Docker container, the host needed to be specified as the service name instead (pgsql).