PHP Docker Image for Codeigniter (Apache)
2.8K
A PHP Apache Docker Image for CodeIgniterâ
PHP Docker Container with Extensions for CodeIgniter
Docker-Compose to use the Image to run the PHP Container for CodeIgniter.
version: '3.8'
services:
codeigniter:
image: mrobelix/php-apache-codeigniter
hostname: kevinjonas.de
container_name: codeigniter
restart: unless-stopped
ports:
- 80:80
- 443:443
volumes:
- ./codeigniter:/var/www/html
MIT
Content type
Image
Digest
sha256:9914085f6âĻ
Size
247.1 MB
Last updated
over 1 year ago
docker pull mrobelix/php-apache-codeigniter