Skip to content
Snippets Groups Projects
Commit ad6cc1ce authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #9

parent ee39f4c7
No related branches found
No related tags found
No related merge requests found
max_input_vars=10000
max_execution_time=300
upload_max_filesize=8M
post_max_size=9M
error_reporting=22519
......@@ -188,6 +188,12 @@ final class Compile extends Command
'/usr/local/etc/php-fpm.d/zz-config.conf',
'ro'
);
$creator->addServiceVolume(
$index,
"{$cwd}/config/php.ini",
'/usr/local/etc/php/conf.d/studip.ini',
'ro'
);
$creator->addServiceVolume(
$index,
"{$cwd}/logs/php",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment