Skip to content

cpifano/php-custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

PHP Custom is a docker image of an old version of PHP (5.6) with old dependencies already resolved.

Dependencies resolved:


Deploy

Example docker-compose.yml content:

services:
  php-custom:
    container_name: php-custom
    image: cpifano/php-custom:1.0.1
    restart: unless-stopped
    volumes:
        - ./php/conf:/usr/local/etc/php/
        - ./php/src:/var/www/html
    ports:
      - 80:80

License

PHP Custom is licensed by MIT.

About

PHP Custom is a docker image of an old version of PHP (5.6) with old dependencies already resolved

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors