docker-php
docker-php copied to clipboard
🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!
### Steps To Reproduce Please use shellcheck on shell scripts. ### Host Operating System Win95
### Affected Docker Images - fpm-apache - fpm-nginx ### Docker Labels of the affected images _No response_ ### Current Behavior When using the images, especially in Docker Compose, it takes...
### Steps To Reproduce 1. Send a long-running request. 2. Observe the 504 timeout error. ### Outcome #### What did you expect? I hope to receive suggestions on how to...
### Steps To Reproduce 1. I am running 8.3-fpm-apache with a bunch of custom entrypoint scripts 2. as of 3.4.0 my later scripts are not executed because my `11-xxx.sh` ends...
### Steps To Reproduce Image: 8.3-fpm-nginx-alpine In the latest version i can no longer define custom s6 services depending on like 50-laravel-automations - it was working fine with the 2...
### Steps To Reproduce 1. Set AUTORUN_ENABLED="true". 2. Write a Laravel migration that can fail. 3. Deploy the application. The migration will fail, but the deployment will succeed. In such...
### Steps To Reproduce 1. Set AUTORUN_ENABLED="true". 2. Write a Laravel migration that can fail. 3. Deploy the application. The migration will fail, but the deployment will succeed. In such...
Runs on PR-s. From #471 --- This is how to start locally. ```shell git grep -Ile '^#!/bin/' | xargs -- shellcheck ``` ... only 42 message in the whole repository
### Steps To Reproduce TBD ### Outcome #### What did you expect? - Scripts should not overwrite the config #### What happened instead? - The config was overwritten ### Affected...
### Steps To Reproduce Run `docker run --rm -e SSL_MODE="full" serversideup/php:7.4-fpm-nginx-alpine`. The directive `http2` is not know in this version of nginx and therefore the https server cannot start. ###...