docker-php
docker-php copied to clipboard
🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!
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...
- no rate limiting - built-in `jq` support https://cli.github.com/manual/gh_api
I am getting into the console this  to make it better recommends  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...
### 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...
- 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?...