-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you please add some comments to your Dockerfile? :-) #1
Comments
Do you have any particular issue? The Dockerfiles are pretty straightforward. |
I could have been more specific indeed. What is the purpose of the following directives: RUN echo "realpath_cache_size=4096k" > /usr/local/etc/php/conf.d/tuning.ini && \
echo "realpath_cache_ttl=300" >> /usr/local/etc/php/conf.d/tuning.ini RUN echo "date.timezone = \"UTC\"" >> /usr/local/etc/php/conf.d/timezone.ini` And I was also wondering why Thanks for taking the time to answer my noob questions :-) |
I was using Silex, so the cache tuning is probably coming from Symfony recommendations. As for the timezone, it's not define by default, which cause some warning messages, so I defined UTC as the default. |
Thanks! I believe those indications could be useful directly in the Dockerfile :-) |
Hi,
I'm trying to use your image in combination with visiblevc/wordpress-starter, but so far I did not succeed. It would help me if you added some comments to explain the purpose of the different parts of your Dockerfile (I'm quite new to docker).
Thanks!
The text was updated successfully, but these errors were encountered: