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

Devilbox's PHP-FPM Docker Images

Results 19 docker-php-fpm issues
Sort by recently updated
recently updated
newest added

I need to enable JPEG Support on GD, so far I have: ` FROM devilbox/php-fpm-8.0:latest RUN apt-get update RUN apt-get install -y \ git \ zip \ curl \ sudo...

In php.ini I set the following values: ``` max_execution_time = 0 max_input_time = -1 ``` I put a breakpoint. I open the page. The page loads within 2 minutes. Then...

Hi, how can I use the configurazione that I put in ./bash/bashrc.sh with zsh shell ?

question
type:config
type:tool

Hello, I need some help from you guys. I'm trying to integrate Mailhog and I can't get emails to arrive correctly in Mailhog. I can't find a suitable example setup...

# Separate php.ini for php-cli and php-fpm If the configuration files are separated, one could actually allow for having memory_limit off by default for all cli interactiions. This would solve...

feature
type:config

### What is your idea or feature suggestion? Since PHP 8.3 is now released officially, a devilbox image with this version would be nice. ### Benefits _No response_ ### Where...

feature
status:triage

### (Optional) Error message _No response_ ### What went wrong? Hello, I am trying to build image with php-fpm5.3 with specific mods(php modules) and getting error while building the image....

bug
status:triage

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies