hyperf-docker
hyperf-docker copied to clipboard
🐳 The docker image offered by Hyperf.
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...
Hi team! I’m working with native PHP extensions (e.g., eusphpe.so) that depend on glibc and unfortunately fail to work on Alpine, because it uses musl libc, which is not fully...
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扩展
新出的swoole-4.8.13没有