I’m running TruNas Scale with a docker image for NextCloud and Collabora. Under Collabora, the nginx application is logging a GET to robots.txt about every second and I’m having a hard time filtering this out because it looks like the conf files for nginx get replaced on every restart. I also tried mounting my own version of the nginx.conf file, but that didn’t reflect any changes.
Don’t run TrueNAS as docker, first off.
Second, you can find the environment variable to change this behavior (if it even exists), or you have the option of changing whatever you’re pulling as the source, changing the filesystem, committing that, then changing the target image to be the resulting image.
Edit: read this chain so I don’t have to be the asshole here: https://www.truenas.com/community/threads/nginx-pod-and-configuration.116006/
thanks, I may have to do a bit more work for it than I’d like.