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

When installing anything with Composer, it shows this warning: > Cannot create cache directory /composer/cache/files/, or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem...

🐛 Bug: Confirmed

- no rate limiting - built-in `jq` support https://cli.github.com/manual/gh_api

I am getting into the console this ![image](https://github.com/user-attachments/assets/4e28a2a8-6951-4530-9e20-0029003e40e2) to make it better recommends ![image](https://github.com/user-attachments/assets/c35b1bf3-7520-4f26-b729-f442961613f2) after adding `Header always set Referrer-Policy "strict-origin-when-cross-origin"` all notices are gone.

Fixes: https://github.com/serversideup/docker-php/issues/626 The newest variation `frankenphp` is blocking everything under `.well-known/`. The following line is responsible for this https://github.com/serversideup/docker-php/blob/9b6868e8facc60b4f17a8898c8eb85c3db10c801/src/variations/frankenphp/etc/frankenphp/Caddyfile#L131 In this PR I've whitelisted some commonly used paths under `.well-known/`....

If I understood the context right here, we are talking about the user's preference / defaults here.

## Description: It has been possible to set container timezones via the ```TZ``` environment variable without installing ```tzdata```. To improve visibility and usability, I have explicitly added this ```ENV``` variable...

### Steps To Reproduce The FrankenPHP variant responds with `403` for commonly used URLs like `.well-known/`. Example: create a file .well-known/security.txt in the web root. ### Outcome #### What did...

🧐 Bug: Needs Confirmation

### Steps To Reproduce Windows 11, podman with WSL2 Run container in fresh directory with sample compose.yaml Exec into container Run `composer require psr/log` (or any other package, or do...

🧐 Bug: Needs Confirmation

- Removed migration isolation argument from test-db-connection script. - Introduced a helper function for running migrations per database, enhancing clarity and reusability. - Updated migration flag assembly logic to better...

### Steps To Reproduce Enabling `AUTORUN_LARAVEL_MIGRATION_ISOLATION` on a laravel 11 on the latest image Throws error ### Outcome #### What did you expect? Migrations should run #### What happened instead?...

🐛 Bug: Confirmed