yii2-docker
yii2-docker copied to clipboard
Official Docker images suitable for Yii 2.0
Can you build an image for the same architecture for m1 processors? In principle, I was able to rebuild locally by taking the original dockerfile and adding PHP_BASE_IMAGE_VERSION instead php:7.4.28-fpm@sha256:debf3848d5407dbdd45c2c01844f7ccc4e35902a0f6ff557dbc3e634b60e87e6...
Hello, Does docker-yii2 plan to support arm devices like Raspberry Pi ?
Hi, I am trying to get acceptance tests working with selenium and firefox but I do not get it done. i am using the setup as described here, and installed...
I am using 7.1-apache. In the base.ini file change short_open_tag = 0 to short_open_tag = On and doesn't work
Allow composer 2.x version by env/arg
Hi there, Getting this error on docker-compose build configuration option "php_ini" is not set to php.ini location You should add "extension=imagick.so" to php.ini error: 'mongodb' does not exist Here is...
Nginx image
Since we're providing a specific Apache configuration and FPM would require a specific configuration for a webserver, very often `nginx` - we should think about providing such an image also.
``` PHP Fatal error: Uncaught SebastianBergmann\CodeCoverage\RuntimeException: xdebug.coverage_enable=On has to be set in php.ini in /builds/.../vendor/phpunit/php-code-coverage/src/Driver/Xdebug.php:40 ``` Is it possible to enable `xdebug.coverage_enable` or make it configurable via environment?