Skip to content

Docker image for php-fpm based on alpine linux for Piplos.Media team.

Notifications You must be signed in to change notification settings

piplos/php-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piplos/php-alpine

Build, test and publish images

How to use

  • For Prod version: piplosmedia/php-fpm:version
  • For Develop version: piplosmedia/php-fpm:version-dev

PHP-fpm versions:

7.2, 8.0, 8.1, 8.2, 8.3

Docker hubs:

https://hub.docker.com/r/piplosmedia/php-fpm

Docker compose:

services: 
  php: 
    image: piplosmedia/php-fpm:8.3  
    restart: always  
    volumes:  
      - ./crontab:/crontab.txt  
    command: /bin/sh -c "/usr/bin/crontab /crontab.txt && /usr/bin/supervisord -c /etc/supervisord.conf"  
    logging:  
      driver: "json-file"  
      options:  
        max-size: "50m"

About

Docker image for php-fpm based on alpine linux for Piplos.Media team.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published