nginx-php-fpm
nginx-php-fpm copied to clipboard
Nginx + PHP-FPM 8.2.x / 8.1.x / 8.0.x / 7.4.x / 7.3.x / 7.2.x / 7.1.x / 7.0.x + Composer built on Debian (Bullseye/Buster) image
First I'd like to pay a compliment to the very well put together Docker base image you've created. Nicely done, and thank you. Regarding `/usr/share/nginx/html`, as the web root directory,...
I've run container, before this I updated index.php file. but still see default page with "Congratulations..." Why this file hasn't updated inside container in dockerfile I see COPY html /usr/share/nginx/html...
My container was starting more then 1 minute even if I made sure that my files have correct owner. I realized that this is due to chown inefficiency (https://unix.stackexchange.com/a/245275/11561)
The run command doesn't map any port. So, how may I run a webpage? php-fpm run on port 9000. should I use another Ngnix proxy and do proxy_pass to port...
I add php8.0-apcu. This is used for IPC.
It would be great to have the **headers-more-nginx-module** module added by default. I'm currently using it on my docker image and it's useful because have all the default libs I...
Is it an easy way to edit permissions to edit from the host? I tried this on my `Dockerfile` but it is not working: ``` RUN groupadd -g 1000 www...
Running on Apple Silicon chip, observed error/warning : The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested container status Exited...
This image is very nice, but.... I tested it with the Wordpress folder: It is unable to send email Can you add support for [msmtp](https://stackoverflow.com/questions/6573511/how-do-i-specify-to-php-that-mail-should-be-sent-using-an-external-mail-server)?