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

Deploying LNMP(Linux、Nginx、Mysql、PHP-FPM) using docker-compose.

Results 2 docker-lnmp issues
Sort by recently updated
recently updated
newest added

Here is detail of the issue: ``` ERROR: The Compose file './docker-compose.yml' is invalid because: services.memcached.ports is invalid: Port ranges don't match in length services.mongo.ports is invalid: Port ranges don't...

``` docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ ``` 这个在7.4不能再使用了修改成了如下 ``` docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ``` 另外一个问题,无法安装swoole扩展