Skip to content

Commit f7c2b6e

Browse files
authored
custom php.ini info
1 parent c25900e commit f7c2b6e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ You can start your system with just one apache container, then scale it afterwar
125125

126126
Also, the cron container (which updates Varnish's VCL) sets a "probe" to "/fb_host_probe.txt" every 5 seconds, if 1 fails (container has been shut down) the container is considered sick.
127127

128+
## Custom php.ini
129+
We already have a personalized php.ini inside this project: https://github.com/fballiano/docker-magento2-apache-php/blob/master/php.ini but if you want to further customize your settings:
130+
- edit the php.ini file in the root directoy of this project
131+
- edit the "docker-compose.xml" file, look for the 2 commented lines (under the "cron" section and under the "apache" section) referencing the php.ini
132+
- start/restart the docker stack
133+
134+
Please note that your php.ini will be the last parsed thus you can ovverride any setting.
135+
128136
## Tested on:
129137
* Docker for Mac 17
130138

0 commit comments

Comments
 (0)