Customizing

March 3, 2016 ยท View on GitHub

<-- Back to main section

Customizing

Custom packages (app controller)

You can add custom commands in Dockerfile.*

Custom php.ini directives

Modify the etc/php/development.ini or etc/php/production.ini, it will be added on top of the default php.ini so you can overwrite any directives.

After modification rebuild your app container:

docker-compose stop
docker-compose build app
docker-compose up -d

Contents

  1. 1Custom packages (app controller)
  2. 2Custom php.ini directives