PHP Docker Image for Codeigniter with Crontab (Alpine)
1.3K
A PHP Alpine Cron Docker Image for CodeIgniterâ
PHP Alpine Cron Docker Container with Extensions for CodeIgniter
Docker-Compose to use the Image to run the PHP Container for CodeIgniter.
version: '3.8'
services:
php-cron:
image: mrobelix/php-alpine-cron-codeigniter
container_name: php-cron
restart: unless-stopped
environment:
PHP_SHA256: ###
ports:
- 8003:80
- 4003:443
volumes:
- ./php-alpine-cron:/var/www/html
MIT
Content type
Image
Digest
sha256:6892916c0âĻ
Size
180.5 MB
Last updated
over 1 year ago
docker pull mrobelix/php-alpine-cron-codeigniter