madeofpendletonwool / PinePods

Pinepods is a complete podcast management system and allows you to play, download, and keep track of podcasts you enjoy. All self hosted and enjoyed on your own server!
https://pinepods.online
GNU General Public License v3.0
187 stars 13 forks source link

fix: Change database name in sample postgres compose file #208

Closed boc-the-git closed 1 month ago

boc-the-git commented 1 month ago

Spinning up a container with the sample postgres file results in these errors: db-1 | 2024-07-21 11:30:01.626 UTC [72] FATAL: database "pinepods_database" does not exist

Assume this is a legacy issue from when you renamed the project.

madeofpendletonwool commented 1 month ago

Absolutely right, that is indeed a leftover from the legacy name. Thanks for catching it!