jgeusebroek / docker-spotweb

A docker image running ubuntu/20.04 Linux and Spotweb
47 stars 27 forks source link

Include postgresql driver #8

Closed sandervandegeijn closed 6 years ago

sandervandegeijn commented 6 years ago

SPOTWEB_DB_TYPE=pdo_pgsql

Gives: Unable to connect to database: could not find driver

Could the postgres driver be included?

jgeusebroek commented 6 years ago

Added! 7f73460e783a573aa28148e304baa2f56629cdca.

sandervandegeijn commented 6 years ago

Great, thanks!

rayures commented 5 years ago

tnx!

tip: it should be mentioned in the readme.md that postgresql extension also is available.

for reference: mariadb: 130MB ram postgres: 10MB ram