Open simonkuang opened 3 years ago
while build docker image with command docker-compose -f ubuntu.compose.yaml, it says "php7.4-redis" does not exist.
docker-compose -f ubuntu.compose.yaml
$ cat .env UBUNTU_VERSION=21.10 PHP_VERSION=7.4 SWOOLE_VERSION=4.6.7
so using pecl command to install php-redis extension.
while build docker image with command
docker-compose -f ubuntu.compose.yaml
, it says "php7.4-redis" does not exist.so using pecl command to install php-redis extension.