Sign inSign up

mrobelix/php-alpine-cron-codeigniter

By mrobelix

â€ĸUpdated over 1 year ago

PHP Docker Image for Codeigniter with Crontab (Alpine)

Image
0

1.3K

mrobelix/php-alpine-cron-codeigniter repository overview

⁠PHP Alpine Cron Docker Image for CodeIgniter

A PHP Alpine Cron Docker Image for CodeIgniter⁠

â â„šī¸ Description

PHP Alpine Cron Docker Container with Extensions for CodeIgniter

⁠🔨 Docker-Compose

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

⁠📄 License

MIT

Tag summary

Content type

Image

Digest

sha256:6892916c0â€Ļ

Size

180.5 MB

Last updated

over 1 year ago

docker pull mrobelix/php-alpine-cron-codeigniter