A custom debian Bookworm Apache+PHP setup
161
This document describes the specifics of a custom Docker image used for deploying a PHP web application using Apache on Debian Bookworm.
It's include support for
The image is based on the official PHP Docker image: php:8.x.xx-apache-bookworm
This provides:
The image includes a system update and the installation of libraries required for GD and other extensions:
Here is a sample docker-compose.yml service configuration for this image:
services:
php-apache:
container_name: saintfrater/php8-22-custom:latest
ports:
- 80:80
tty: true
stdin_open: true
volumes:
- public:/var/www/html
volumes:
public:
Content type
Image
Digest
sha256:aa2830b30…
Size
202 MB
Last updated
about 1 year ago
docker pull saintfrater/php8-3-22-custom