3
Docker 컨테이너에서 실행할 때 PHP-FPM이 stdout / stderr에 로그하는 방법
도커 컨테이너에 php-fpm이 있고 액세스 로그를 설정 하고 오류 로그를 설정 Dockerfile하려면 fpm 구성 파일 ( /etc/php5/fpm/pool.d/www.conf)을 편집하십시오 ./var/log/fpm-access.log/var/log/fpm-php.www.log # Do some php-fpm config # Redirect worker stdout and stderr into main error log # Activate the fpm access log # Enable display errors # Enable the error log RUN …