I am using immich in a docker environment with docker compose. I want to use fail2ban (on debian) to scan the immich logfile. But the immich logfile is in the /var/lib container directory which changes its name frequently. I need to have a static folder name for the logfile so that fail2ban can fiund it and scan it. How do I do that?