Skip to content

Commit

Permalink
Merge pull request #270 from CauanCabral/patch-doc-php-customization
Browse files Browse the repository at this point in the history
Remove docker-php-setting section
  • Loading branch information
htuscher committed Oct 8, 2018
2 parents dbf62a0 + fe12950 commit 1217f1a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions documentation/docs/content/Customization/image-tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ For adding cronjobs the `docker-cronjob` script can be used in your Dockerfile::

Because this comand is run in shell mode make sure you add appropriate quotes to disable wildcard matching.

docker-php-setting
------------------

Only available on php images!

This scripts sets php.ini setting globaly::

RUN docker-php-setting memory_limit 1G

RUN docker-php-setting --raw error_reporting 'E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED'

docker-provision
----------------

Expand Down

0 comments on commit 1217f1a

Please sign in to comment.