php-docker
php-docker copied to clipboard
Docker PHP CLI + FPM built from Ondřej Surý's PPA.
Hi! Thank you for the great image! Do you plan to keep this up to date with latest PHP versions? v8.1 [has lost active support on 25 Nov 2023](https://www.php.net/supported-versions.php) and...
hey again! with these changes I enabled the container port to be set with an environment variable. I need to be able to set it to 80 for production. Anyway,...
Hi Juan, I found that the bundled Wordpress configuration for Nginx doesn't work well. Please consider providing the following configuration instead. I'm no expert, but this works: ``` # /etc/nginx/sites-available/wordpress.conf...
Could it be possible for you to create platform builds for arm?
Hi again, in this pull, I replaced the www-data user (33:33) with a new www user. I set the UID and GID =1000 by default. This makes bind mounts easier...
Hi! thank you for this excellent job I added a couple useful extensions which are required by PHP Composer. It works! Cheers