archletekke

Results 3 comments of archletekke

> Unfortunately, it doesn't work. > > ```shell > RUN chown -R nginx:nginx /etc/nginx/ > RUN chown -R nginx:nginx /opt/modsecurity/ > RUN chown -R nginx:nginx /etc/modsecurity.d/ > RUN chown -R...

Maybe it is possible to set up the base images so that all of the required directories are owned by nginx already?

I guess that could work as well. My proposal was that the security-focused docker image could be non-root by default. Meaning that the crs docker image has the non-root config...