docker-php
docker-php copied to clipboard
🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!
### 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...
## 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 ##...
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...
# 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
# 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...
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
Please consider avoiding root (UID 0) and system users (UID 1-999) e.g. www-data. Least privileges come with normal users.
I couldn't find info on how fpm containers will read .php files.
# 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....