1
0
Pim van den Berg fbb40f991a
Some checks reported errors
continuous-integration/drone/push Build was killed
fix(rebuild): the input device is not a TTY
2022-11-19 17:12:33 +01:00
2022-10-21 11:15:46 +02:00
2022-10-21 11:15:46 +02:00
2022-10-21 11:15:46 +02:00
2022-10-21 11:15:46 +02:00

PHP FPM Docker container

  • Debian slim based image
  • PHP FPM

Supported tags and respective Dockerfile links

Usage

Environment variables

Key Format Description

docker run

$ docker run -it \
    --name php-fpm \
    -p 9000:9000 \
    pommib/php-fpm:latest

docker-compose

version: "3"

services:
  php-fpm:
    container_name: php-fpm
    image: pommib/php-fpm:latest
    ports:
    - "9000:9000/tcp"
Description
No description provided
Readme 24 KiB
Languages
Dockerfile 65.5%
Shell 34.5%