apache/php-fpm (5.6/7.x/8.x - Ondrej packages) with nullmailer and composer
500K+
eilandert/apache-phpfpm bundles the Apache HTTP Server with PHP-FPM over
mod_proxy_fcgi, built from the packages on
deb.myguard.nl. It's the drop-in choice for PHP
applications that expect Apache semantics — .htaccess, mod_rewrite,
per-directory overrides — across six PHP branches (5.6, 7.4, 8.0, 8.2,
8.4, 8.5).
Where available, PHP is hardened at runtime with Snuffleupagus.
.htaccess;
this image serves them without rewriting config for nginx.docker-compose.ymlservices:
web:
image: eilandert/apache-phpfpm:deb-8.4
restart: unless-stopped
read_only: true
cap_drop: [ALL]
cap_add:
- NET_BIND_SERVICE
security_opt:
- no-new-privileges:true
tmpfs:
- /run
- /tmp
volumes:
- ./app:/var/www/html:ro
- apache-logs:/var/log/apache2
ports:
- "443:443"
- "80:80"
volumes:
apache-logs:
Distro + PHP version, e.g. deb-8.4, deb-5.6, ubu-8.5. Pin one in production.
Content type
Image
Digest
sha256:8e8c247d9…
Size
129.8 MB
Last updated
about 8 hours ago
docker pull eilandert/apache-phpfpm