wyveo / nginx-php-fpm

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
https://hub.docker.com/r/wyveo/nginx-php-fpm
MIT License
342 stars 245 forks source link

index.php #46

Open sengstrem opened 2 years ago

sengstrem commented 2 years ago

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

Thanks