docker-php-nginx icon indicating copy to clipboard operation
docker-php-nginx copied to clipboard

Docker image with PHP-FPM 8.3 & Nginx 1.26 on Alpine Linux

Results 20 docker-php-nginx issues
Sort by recently updated
recently updated
newest added

As this is now PHP 8.1 the files are in the `php81` directory rather than just the `php8` directory.

i can mount a configuration file for nginx but i must enter the container edit the nginx.conf file However, it doesn't make me feel comfortable because,if i want to use...

First of all, I would like to thank you very much for this project. It has helped me a lot. I tried writing my own Dockerfile at [Psycho0verload/DirectoryLister](https://github.com/Psycho0verload/DirectoryLister) and it...

Docker-PHP-Nginx does not allow 'bash', only 'sh'. Is there a way to use bash instead of sh? Have you considered adding 'bash' in the future? Thanks for your docker.

I tried to run the container on a Raspberry Pi 4, but receive an "Operation not permitted." It seems related to python? root@pi-02:/docker/nginx# docker run -p 49154:80 trafex/php-nginx Unable to...

As an example if I want to use the different root folder i.e. instead of /var/www/html using /var/www/www.domain.com and two or three other settings. 1. Should I copy the config...

Hi, i try to use your image to run my code on aws. Locally all works fine with port binding 8080 to 80. On aws ECS Fargate it have to...

Hello, I tried to add the newrelic APM for php but I get this error: ``` => ERROR [ 4/12] RUN curl -L https://download.newrelic.com/php_agent/release/newrelic-php5-10.16.0.5-linux.tar.gz | tar -C /tmp -zx &&...

As the title says... I made php version change process easier. It requires to change only one variable value to be switched to new php version. It also set correct...

Just want to share two small proposed changes: 1) Remove `/etc/nginx/fastcgi.conf` as it is not used and likely cause confusion. `fastcgi_params` is actually used. 2) Use the following line for...