cytopia

Results 225 comments of cytopia

I would also be interested in this

I will check if it is easily possible to make PHP-FPM able to reload configuration files instead of having to restart all container for changes to take effect.

@nickchomey fix is on the way here: https://github.com/cytopia/devilbox/pull/958

@Alexandre-Fernandez this currently exceeds the build time of 6 hours for arm64 images and I probably need to split Dockerfiles into intermediate files so I can build in two steps....

@Alexandre-Fernandez I've tested a couple of approaches, but unfortunately `arm64` image build is the time bottleneck. If GitHub adds `arm64` runner in the future, this will be easily possible, but...

Pre-built are currently not supported. You could built your own image locally with `gprc` as described here: https://github.com/devilbox/docker-php-fpm/blob/master/php_modules/README.md Or as I mentioned earlir, use the community images to have it...

@luchmewep this doesn't seem to be an issue with the Devilbox, but rather with your setup in regards to `docker` and/or `docker-compose`/`docker compose`. The error message you're receiving: ``` error...

Not sure how I can assist here. It works on my machine, on everyone else's machine (at least no one else reported this) and also on all CI runners :thinking:...

> I tried several more configurations, f.i. those from jonatanaxe [#946 (comment)](https://github.com/cytopia/devilbox/issues/946#issuecomment-1372241474) > > Also tried my former xdebug.ini settings > > Also checked each suggested php-option from the contao...

> Also I found - in difference to the relaes notes - that no listening daemons panel is shown. This is only shown if you have any custom listeners running...