Images forked from the official PHP-FPM build with alpine Linux.
10K+
PHP 8.4 image:
You can run this container with docker client:
docker run -d \
--volumes /docker/volumes/www:/var/www \
--expose 9000 \
llaumgui/php:8.4-fpm
You can use this container in a docker-compose.yml file:
php84:
container_name: php84
image: llaumgui/php:8.4-fpm
restart: always
environment:
TZ: 'Europe/Paris'
volumes:
- /var/www:/var/www
expose:
- 9000
php84:
container_name: php:8.4-fpm
image: llaumgui/php:8.4-fpm
build:
context: ../PATH_TO_DOCKERFILE/
args:
DOCKER_PHP_ENABLE_APCU: 'off'
DOCKER_PHP_ENABLE_COMPOSER: 'off'
DOCKER_PHP_ENABLE_EXIF: 'off'
DOCKER_PHP_ENABLE_IMAGICK: 'off'
DOCKER_PHP_ENABLE_FFMPEG: 'onf'
DOCKER_PHP_ENABLE_LDAP: 'off'
DOCKER_PHP_ENABLE_MEMCACHED: 'off'
DOCKER_PHP_ENABLE_MONGODB: 'off'
DOCKER_PHP_ENABLE_MYSQL: 'off'
DOCKER_PHP_ENABLE_POSTGRESQL: 'off'
DOCKER_PHP_ENABLE_REDIS: 'off'
DOCKER_PHP_ENABLE_SYMFONY: 'off'
DOCKER_PHP_ENABLE_XDEBUG: 'off'
restart: always
environment:
TZ: 'Europe/Paris'
volumes:
- /var/www:/var/www
expose:
- 9000
Content type
Image
Digest
sha256:40ee58c1c…
Size
223.9 MB
Last updated
about 10 hours ago
docker pull llaumgui/php:8.4-fpm