docker-files icon indicating copy to clipboard operation
docker-files copied to clipboard

Collection of prooph docker files

Results 8 docker-files issues
Sort by recently updated
recently updated
newest added

Test-Case: `php -d error_reporting=22527 -d display_errors=1 -r 'var_dump(iconv("UTF-8", "UTF-8//IGNORE", "This is the Euro symbol '\''€'\''."));'` output: `Notice: iconv(): Wrong charset, conversion from `UTF-8' to `UTF-8//IGNORE' is not allowed in Command...

Hi. I read your `docker-files/php/7.4fpm` file, you describe that is possible to add `pdo_firebird` but I can't do this. I try it with `RUN docker-php-ext-configure pdo_firebird --with-pdo-firebird \ && docker-php-ext-install...

For some weird reason the `Access-Control-Allow-Origin: *` header did not work for me. I decided to set the headers in the PHP application by using the `tuupola/cors-middleware` package. Unfortunately nginx...

Consider `host.docker.internal` using instead of a [hardcoded IP](https://github.com/prooph/docker-files/search?q=172.17.0.1) It looks like `host.docker.internal` settled as a replacement for the Mac specific version and later localhost tld and is here to stay.

This adjusts the nginx configuration to the one that is mentioned in the Symfony documentation.

To address #63 , ~I don't have an m4 mac (ubuntu wsl), reckon there's something in the `dockerfiles` make command that is not working as intended to generate the files...

8.3 is out (has been since 23rd November 2023) and it would be nice to have relevant containers added in here. Happy to attempt the change if folks are busy.

PR stacked on top of #64, add in php 8.4 and raises the alpine version since this has been dropped in the underlying layer.