Mortexa
Mortexa
any news?
We are facing the same issue too.
Any updates?
@ollieread Do you have any plan to resend this PR?
I have not used HTTPS with these Dockerfiles.
@tommmoe There seems to be a conflict between FrankenPHP requiring root access for certificate installation and our Dockerfile using a non-root user.
I hope to be able to do this in the future.
The `PHP_INI_SCAN_DIR` additional configuration path is utilized for extension-specific `ini` files as well as for customizing default values in `php.ini-production`. When both the main `ini` file and custom `ini` files...
I switched to using `php8.3-zts-bookworm` instead of `php8.3-cli-bookworm` in [Dockerfile](https://github.com/exaco/laravel-octane-dockerfile/blob/main/FrankenPHP.Dockerfile), and although the GitHub Actions test passed successfully, I'm still facing issues as it fails to start on my machine...