PHP-FPM multi-arch builds from an Alpine base adding all recommended WordPress modules.
7.5K
This container follows the Wordpress recommendations for additional PHP modules, error reporting and Opcache configuration.
Includes the following additional PHP modules:
The following configuration is applied out of the box:
opcache.memory_consumption=128opcache.interned_strings_buffer=8opcache.max_accelerated_files=4000opcache.revalidate_freq=2apc.enabled=1apc.shm_size=64Mapc.ttl=7200An example Docker Compose file:
services:
nginx:
image: nginx:latest
volumes:
- ./conf.d/nginx:/etc/nginx/conf.d
- ./html:/var/www/html
php-fpm:
image: rustic/php-fpm:latest
user: "101:101"
volumes:
- ./html:/var/www/html
- ./phpextras.ini:/usr/local/etc/php/conf.d/phpextras.ini
Content type
Image
Digest
sha256:a4d016e45…
Size
131.6 MB
Last updated
8 months ago
docker pull rustic/php-fpm