Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 497 Bytes

CUSTOMIZE.md

File metadata and controls

21 lines (13 loc) · 497 Bytes

<-- Back to main section

Customizing

Custom packages (main controller)

You can add custom shell commands in docker/main/{DISTRIBUTION}/bin/customization.sh

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 main container:

docker-compose stop
docker-compose build main
docker-compose up -d