skip to Main Content

php errors not showing in php-apache docker

I am trying to get the error logs out of my php docker. I found that the error.log file was going nowhere, hence modified my dockerfile like this: FROM php:7.4-apache RUN a2enmod rewrite RUN docker-php-ext-install mysqli pdo pdo_mysql; docker-php-ext-enable mysqli…

VIEW QUESTION
Back To Top
Search