jerrychen1013 / php53-fpm

docker - php5.3.29-fpm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outermost dokcer-compose.yml

  • It includes services of web, php and db.

dockerfiles/docker-compose.yml

  • Will build images if not exist.
  • It build local image and need push if you need.

Modify files in etc

  • To revise default-ssl.conf & default.conf for project.
  • To revise etc/php/php.ini & conf.d for project
  • etc/ssl/cert.crt & cert.key are just sample
    • You need to produce your owns via
      openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout demo.key-out demo.crt
    • But it still will not produce an effective self-signed cert. Please wait for new updating.

About

docker - php5.3.29-fpm

License:MIT License


Languages

Language:Shell 55.8%Language:Dockerfile 42.9%Language:PHP 1.3%