docker-polr icon indicating copy to clipboard operation
docker-polr copied to clipboard

Postgres support

Open cdalexndr opened this issue 4 years ago • 1 comments

Does this docker image support postgres?

docker logs show:

wait-for-it.sh: db:5432 is available after 0 seconds


  [PDOException]
  SQLSTATE[HY000] [2006] MySQL server has gone away



  [PDOException]
  PDO::__construct(): MySQL server has gone away

cdalexndr avatar Mar 14 '20 19:03 cdalexndr

Hello,

As I created it for my own usage, I only added the support for a MySQL database and I don't plan to support any other DBMS. But feel free to send a pull request if you want to improve the image ! :)

ajanvier avatar Mar 28 '20 16:03 ajanvier