J0WI

Results 251 comments of J0WI

You could also use the FPM container that runs on port 9000.

I think this is out-of-scope of this image and affects the `httpd` base image. You can also achieve this by mounting a custom config: https://github.com/docker-library/docs/tree/master/httpd#configuration

I've just added them to the docs in 13a4200cd68099e050dd4022edc876f2f96d4959 but you still have to complete the wizard. See also https://github.com/matomo-org/matomo/issues/10257

Use `--user` or `-u` to specify a user: https://docs.docker.com/engine/reference/commandline/exec/

How about `-v /path/to/custom-plugin:/var/www/html/plugin/custom-plugin`?

Or just keep the whole `-v /path/to/data:/var/www/html/` and use matomos update mechanism. The image itself will still handle php/library updates.

That's why I'm trying to stick on a major release for php-redis: https://github.com/matomo-org/docker/blob/bf06118a1ad77fe6b1aeaf3cfe7c906680abf725/update.sh#L39 Would it be possible to just using the minor release as environment variable? This is the main...

This is not even fixed by Debian itself: https://security-tracker.debian.org/tracker/CVE-2019-18276

> I hope it is okay if I apply your changes speratly as I'd like to keep an overview over all lines Sure, that was the idea. > X-Frame-Options is...

Would you mind to open a PR at https://github.com/docker-library/php? This seems to be a general issue on the base image.