docker-library / php

Docker Official Image packaging for PHP
https://php.net
MIT License
3.84k stars 2.01k forks source link

unable to find php image with webserver #1462

Closed bathivinod closed 1 year ago

bathivinod commented 1 year ago

I am able to find image contains (php8.1+apache+debian) in php:8.1-apache

Is there an image consists of php++apline eg (php8.1+httpd+alpine) ?

LaurentGoderre commented 1 year ago

Having both the php and apache in the same Alpine image defeats the purpose of using Alpine. You could use the PHP fpm variant with a proxy in front.

bathivinod commented 1 year ago

Thank you @LaurentGoderre for clarification.