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

🐳 The docker image offered by Hyperf.

Results 14 hyperf-docker issues
Sort by recently updated
recently updated
newest added

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

Do we have not alpine version of images? Maybe based on **php:version-cli**? It would be good to have not alpine set of images for AMD and ARM architectures, because there...

Nginx ` upstream hyperf { ip_hash; # 启用会话保持 # Hyperf HTTP Server 的 IP 及 端口 server 127.0.0.1:9581; } server { listen 80; server_name www.ascore.local; charset utf-8; access_log /usr/local/var/log/nginx/ascore/access.log; error_log...

国密现在流行起来, 依赖gmp扩展