Closed WRinnovation closed 8 months ago
Thanks for the report. 7.7.6
should resolve this. I had to remove php5-suhosin from the available packages for this variant as it no longer exists in the repositories..
Let me know if this gets you back up and running.
Thanks, that was quick!
PS: not really important, but I want to signal also that the docker compose example linked in the homepage is 404 https://github.com/tiredofit/docker-nginx-php-fpm/blob/main/examples/docker-compose.yml
Great! https://github.com/tiredofit/docker-nginx-php-fpm/commit/7d2e3b9380c90fd9aa76204d6cec8ddf764e4b79 resolves the broken link in the README
Summary
Hi, I have two issues with
5.6:alpine
:nginx: [emerg] no "events" section in configuration
Steps to reproduce
Tested with this docker-compose.yml
I'm testing this on a M1 Mac, so i need to emulate the platform (see the line in the compose). However, I've tested this also on an ubuntu 22 server and it has the same behaviour.
What is the expected correct behavior?
Nginx and php-fpm up and running.
Relevant logs and/or screenshots
Possible fixes
The nginx events error seems an easy fix https://stackoverflow.com/questions/54481423/nginx-startup-prompt-emerg-no-events-section-in-configuration
I don't know how to fix the php-fpm error I get not found, trying to call it inside the container, but I'm not familiar with alpine at all
Thanks for the commitment! These images are great and reliable.