mplx / docker-pixelfed

Pixelfed Federated Image Sharing in an Alpine Docker Container
MIT License
7 stars 3 forks source link

Enable pgsql modules #6

Closed fleadope closed 3 years ago

fleadope commented 3 years ago

The php modules for pgsql are not enabled by default. This pull request allows the use of postgres as a database.

Fixes https://github.com/mplx/docker-pixelfed/issues/1#issuecomment-877954700

mplx commented 3 years ago

@fleadope thank you very much for your merge request. I've moved the php database extension code in bb70e42b2945553840a014106ce9d89699334bc5 to the docker entry point so it's just loaded what is required. Please have a test drive.

fleadope commented 3 years ago

Will do!