docker-php-nginx-postgres-composer icon indicating copy to clipboard operation
docker-php-nginx-postgres-composer copied to clipboard

Docker Compose configuration to run PHP7.1 with Nginx, PHP-FPM, PostgreSQL 10.1 and Composer.

Results 5 docker-php-nginx-postgres-composer issues
Sort by recently updated
recently updated
newest added
trafficstars

Do you need update the php version

Setting up libxpm-dev:amd64 (1:3.5.12-1) ... Processing triggers for libc-bin (2.28-10) ... WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update pecl/xdebug requires PHP (version >= 7.2.0,...

Hi there! I have cloned the project, entered the "docker-compose up" command. After finishing the process, there is such log: Creating ineat_php_1 ... done Creating ineat_composer_1 ... done Creating ineat_db_1...

Hi as much as I like your layout, I suspect it can not work properly if some of the dependencies declared in the composer.json require php extensions. I can install...