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

🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!

Results 86 docker-php issues
Sort by recently updated
recently updated
newest added

### Current Behavior Right now, SSL is automatically generated: https://github.com/serversideup/docker-php/blob/main/templates/fpm-nginx/etc/cont-init.d/10-generate-ssl ### Expected Behavior There should be an option to disable the SSL auto-generation. #### Apply to: - [ ] Apache...

⚡️ Enhancement

## Issue description As the title, ini_set() doesn't seem to work with php-fpm. I tried confirming it with the following images: - serversideup/php:7.3-fpm-apache - serversideup/php:7.4-fpm-apache - serversideup/php:8.0-fpm-apache - serversideup/php:8.1-fpm-apache ##...

🐛 Bug: Confirmed

Docker's build context in this example should be placed in a sub directory, lets say ./.docker/ to reduce context size for building custom images, unless you want to copy all...

📝 Documentation: Needs to be documented

# Problem I'm getting Bash warnings after I set the Locale. ``` bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ``` ### More detail

🐛 Bug: Confirmed

# Problem * Everything is `latest` # Solution * I should tag things as `latest` as well as version numbers (so people have more control) # References Here is a...

⚡️ Enhancement

Seeing https://github.com/serversideup/docker-php/blob/4742cbc3dfe8189a04aea27801c800deb5ee2ae7/php/8.0/fpm-apache/etc/apache2/sites-available/000-default.conf#L59-L64 You may be interested in https://github.com/szepeviktor/debian-server-tools/blob/master/webserver/apache-conf-available/wordpress.inc.conf

⚡️ Enhancement

See https://ssl-config.mozilla.org/

⚡️ Enhancement

Please consider avoiding root (UID 0) and system users (UID 1-999) e.g. www-data. Least privileges come with normal users.

⚡️ Enhancement

I couldn't find info on how fpm containers will read .php files.

📝 Documentation: Needs to be documented

# Background * @szepeviktor was gracious and contributed caching * I temporarily commented this out in the actions file to solidify the build before Caching will be helpful because: 1....

⚡️ Enhancement