Skip to content

twbworld/docker-php

Repository files navigation

docker-php

PS: 该镜像下的php安装了phalcon/redis等一系列扩展(奇怪安装swoole失败),但并没安装redis程序

构建镜像

使用了Github-Actions构建并发布Docker容器, 配置文件 .github/workflows/main.yml

使用

Command line

docker run --rm -it --name php ghcr.io/twbworld/php:latest

docker-compose

version: "3"
services:
    php:
        image: ghcr.io/twbworld/php:latest

可以把端口映射到宿主机

程序 默认端口
php-fpm 9000
swoole 9501