diff --git a/entrypoint.sh b/entrypoint.sh index 06fc7c8..d8b6226 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,7 @@ #!/bin/sh + +# setting php.ini +sed -i 's/expose_php = On/expose_php = Off/' /usr/local/etc/php/php.ini + # service crond start exec apache2-foreground \ No newline at end of file