docker-library / php

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

unable to find php image with webserver #1462

Closed bathivinod closed 10 months ago

bathivinod commented 10 months 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 10 months 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 10 months ago

Thank you @LaurentGoderre for clarification.