We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b724e3 + 8f438a6 commit 0155bdaCopy full SHA for 0155bda
Dockerfile
@@ -72,6 +72,8 @@ RUN { \
72
echo 'opcache.max_accelerated_files=4000'; \
73
echo 'opcache.revalidate_freq=60'; \
74
echo 'opcache.fast_shutdown=1'; \
75
+ # From Phabricator
76
+ echo 'opcache.validate_timestamps=0'; \
77
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
78
79
# Set the default timezone.
Dockerfile.daemon
@@ -67,6 +67,8 @@ RUN { \
67
68
69
70
71
0 commit comments