PostgresSQL PHP Container
2020-09-24
Here is my command to add pgsql library to my php docker file. RUN apt-get install -y libpq-dev && docker-php-ext-install pdo pdo_pgsql pgsqlRead More →
Here is my command to add pgsql library to my php docker file. RUN apt-get install -y libpq-dev && docker-php-ext-install pdo pdo_pgsql pgsqlRead More →