PHP 8.4 + Apache + CodeIgniter 4 (Always Latest Build)
10K+
A lightweight Docker image containing PHP 8.4 with Apache and the latest CodeIgniter 4 (develop branch) automatically pulled from the official CodeIgniter4/CodeIgniter4ā repository.
This image is always built with:
Pull the image:
docker pull ibrahimzfe/php8.4-apache-ci4:latest
Run a container:
docker run -d -p 8080:80 --name ci4-app ibrahimzfe/php8.4-apache-ci4:latest
Open in your browser:
š http://localhost:8080ā
/var/www/html/src/var/www/html/src/publicwritable/ directory already configured with proper permissionsversion: '3.8'
services:
app:
image: ibrahimzfe/php8.4-apache-ci4:latest
ports:
- "8080:80"
db:
image: mysql:8.0
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: ci4
MYSQL_USER: ci4
MYSQL_PASSWORD: ci4pass
Content type
Image
Digest
sha256:11ce7abddā¦
Size
232 MB
Last updated
about 1 year ago
docker pull ibrahimzfe/php8.4-apache-ci4-latest