Sign inSign up

dpik/symfony

By dpik

Updated about 6 years ago

Image
0

129

dpik/symfony repository overview

Forlabs Base Symfony 4 image

Base symfony 4+ engine including composer and common php modules.

How to enable Opcache

Opcache is disabled by default. Uncomment the line in the following file to enable it:

/usr/local/etc/php/conf.d/docker-php-ext-opcache.ini

Or use sed:

sed -r 's/^#(.{1,})/\1/' < /usr/local/etc/php/conf.d/docker-php-ext-opcache.ini > /tmp/docker-php-ext-opcache.ini \
&& mv /tmp/docker-php-ext-opcache.ini /usr/local/etc/php/conf.d/docker-php-ext-opcache.ini

Tag summary

Content type

Image

Digest

Size

348.4 MB

Last updated

about 6 years ago

docker pull dpik/symfony:5.0.3-dev